menu
at_events_flutter package
documentation
common_components/location_tile.dart
LocationTile
LocationTile.new const constructor
LocationTile.new const constructor
dark_mode
light_mode
LocationTile
constructor
const
LocationTile
(
{
Key
?
key
,
String
?
title
=
''
,
String
?
subTitle
=
''
,
IconData
?
icon
,
})
Implementation
const LocationTile({Key? key, this.title = '', this.subTitle = '', this.icon}) : super(key: key);
at_events_flutter package
documentation
common_components/location_tile
LocationTile
LocationTile.new const constructor
LocationTile class