menu
nylo_framework package
documentation
nylo_framework.dart
CycleThemeIconButton
CycleThemeIconButton const constructor
CycleThemeIconButton const constructor
dark_mode
light_mode
CycleThemeIconButton
constructor
const
CycleThemeIconButton
(
{
Key
?
key
,
IconData
icon
=
Icons.palette
,
})
Implementation
const CycleThemeIconButton({Key? key, this.icon = Icons.palette}) : super(key: key);
nylo_framework package
documentation
nylo_framework
CycleThemeIconButton
CycleThemeIconButton const constructor
CycleThemeIconButton class