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