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