menu
universal_flutter_utils package
documentation
widgets/icon/index.dart
UFUIcon
UFUIcon.new const constructor
UFUIcon.new const constructor
dark_mode
light_mode
UFUIcon
constructor
const
UFUIcon
(
IconData
icon
, {
Key
?
key
,
double
?
size
,
Color
?
color
,
TextDirection
?
textDirection
,
double
?
weight
,
})
Implementation
const UFUIcon( this.icon,{ super.key, this.size, this.color, this.textDirection, this.weight, });
universal_flutter_utils package
documentation
widgets/icon/index
UFUIcon
UFUIcon.new const constructor
UFUIcon class