menu
nice2dev_flutter_ui
navigation\nice_navigation3.dart
NiceSystemTrayItem
NiceSystemTrayItem.new const constructor
NiceSystemTrayItem.new
dark_mode
light_mode
NiceSystemTrayItem
constructor
const
NiceSystemTrayItem
(
{
required
String
key
,
required
IconData
icon
,
String
?
tooltip
,
})
Implementation
const NiceSystemTrayItem({ required this.key, required this.icon, this.tooltip, });
nice2dev_flutter_ui
nice_navigation3
NiceSystemTrayItem
NiceSystemTrayItem.new const constructor
NiceSystemTrayItem class