menu
iconoir_flutter package
documentation
undo.dart
Undo
Undo.new const constructor
Undo.new const constructor
dark_mode
light_mode
Undo
constructor
const
Undo
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Undo({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
undo
Undo
Undo.new const constructor
Undo class