ExpandableContent constructor

const ExpandableContent({
  1. Key? key,
  2. CityListMo? city,
  3. ValueChanged<Map>? onChanged,
})

Implementation

const ExpandableContent({Key? key, this.city, this.onChanged})
    : super(key: key);