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