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