menu
glass_ui_kit package
documentation
glass_ui_kit.dart
HeartWidget
HeartWidget.new const constructor
HeartWidget.new const constructor
dark_mode
light_mode
HeartWidget
constructor
const
HeartWidget
(
{
Key
?
key
,
double
width
=
200
,
double
height
=
200
,
Color
color
=
Colors.red
,
})
Implementation
const HeartWidget({ super.key, this.width = 200, this.height = 200, this.color = Colors.red, });
glass_ui_kit package
documentation
glass_ui_kit
HeartWidget
HeartWidget.new const constructor
HeartWidget class