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