menu
u package
documentation
components/u_general_widgets.dart
UIconBackground
UIconBackground.new const constructor
UIconBackground.new const constructor
dark_mode
light_mode
UIconBackground
constructor
const
UIconBackground
(
IconData
icon
, {
required
Color
color
,
double
size
=
42
,
Key
?
key
,
})
Implementation
const UIconBackground(this.icon, {required this.color, this.size = 42, super.key});
u package
documentation
components/u_general_widgets
UIconBackground
UIconBackground.new const constructor
UIconBackground class