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