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