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