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