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