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