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