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