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