menu
iconoir_flutter package
documentation
regular/select_edge_3d.dart
SelectEdge3d
SelectEdge3d const constructor
SelectEdge3d const constructor
dark_mode
light_mode
SelectEdge3d
constructor
const
SelectEdge3d
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const SelectEdge3d({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/select_edge_3d
SelectEdge3d
SelectEdge3d const constructor
SelectEdge3d class