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