menu
ngcomponents package
documentation
material_icon/material_icon_toggle.dart
MaterialIconToggleDirective
toggle property
toggle property
dark_mode
light_mode
toggle
property
@Input.new()
bool
toggle
getter/setter pair
The toggled state of this icon.
The
toggledIcon
is displayed when true.
Implementation
@Input() bool toggle = true;
ngcomponents package
documentation
material_icon/material_icon_toggle
MaterialIconToggleDirective
toggle property
MaterialIconToggleDirective class