ExpandableContent constructor
const
ExpandableContent({
- Key? key,
- CityListMo? city,
- ValueChanged<
Map> ? onChanged,
Implementation
const ExpandableContent({Key? key, this.city, this.onChanged})
: super(key: key);