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