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