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