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