menu
at_events_flutter package
documentation
common_components/text_tile.dart
TextTile
TextTile const constructor
TextTile const constructor
dark_mode
light_mode
TextTile
constructor
const
TextTile
(
{
Key
?
key
,
String
?
title
,
IconData
?
icon
,
})
Implementation
const TextTile({Key? key, this.title, this.icon}) : super(key: key);
at_events_flutter package
documentation
common_components/text_tile
TextTile
TextTile const constructor
TextTile class