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