menu
forui package
documentation
theme.dart
FIcon
FIcon.new const constructor
FIcon.new const constructor
dark_mode
light_mode
FIcon
constructor
const
FIcon
(
IconData
icon
)
Creates an
FIcon
with the given
IconData
.
Implementation
const factory FIcon(IconData icon) = _Icon;
forui package
documentation
theme
FIcon
FIcon.new const constructor
FIcon class