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