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