LocationTile constructor

const LocationTile({
  1. Key? key,
  2. String? title = '',
  3. String? subTitle = '',
  4. IconData? icon,
})

Implementation

const LocationTile({Key? key, this.title = '', this.subTitle = '', this.icon})
    : super(key: key);