menu
vastu_compass package
documentation
custom_widgets/zone_chip.dart
ZoneChip
ZoneChip.new const constructor
ZoneChip.new const constructor
dark_mode
light_mode
ZoneChip
constructor
const
ZoneChip
(
{
Key
?
key
,
required
String
zone
,
required
Color
color
,
required
IconData
icon
,
})
Implementation
const ZoneChip({ super.key, required this.zone, required this.color, required this.icon, });
vastu_compass package
documentation
custom_widgets/zone_chip
ZoneChip
ZoneChip.new const constructor
ZoneChip class