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