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