menu
tfn_design_system package
documentation
components/list_item.dart
AppListItem
AppListItem.new const constructor
AppListItem.new const constructor
dark_mode
light_mode
AppListItem
constructor
const
AppListItem
(
{
Key
?
key
,
String
?
topLabel
,
required
String
label
,
IconData
?
leadingIcon
,
})
Implementation
const AppListItem({ super.key, this.topLabel, required this.label, this.leadingIcon, });
tfn_design_system package
documentation
components/list_item
AppListItem
AppListItem.new const constructor
AppListItem class