Drag Handle Icon is given below. You can use this icon on the same way in your project. First make sure you have added Material Icon library.
You can also customize icon color and size in flutter using properties. You can get different-different varients like outline, filled, sharp, rounded and two-tone.
Material Design Flutter Icon drag_handle Icon can be added to any web page simply as below.
You can integrate Drag Handle flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.drag_handle_outlined, ),
drag_handle_outlined
Icon( Icons.drag_handle, ),
drag_handle
Icon( Icons.drag_handle_round, ),
drag_handle_round
Icon( Icons.drag_handle_sharp, ),
drag_handle_sharp
Icon( Icons.drag_handle_two_tone, ),
drag_handle_two_tone
For Customizations you can follow instructions here - Flutter Classes
app, application ui, components, design, drag, handle, interface, layout, menu, move, screen, site, ui, ux, web, website, window,Vuetify Drag Handle Icon (Vue Js), Material Ui Drag Handle Icon (React Js), Mat Icon Drag Handle (Angular Material)
Advertisements