HeartShapeWidget constructor
const
HeartShapeWidget({})
Implementation
const HeartShapeWidget({
Key? key,
this.size = 100,
this.color = Colors.grey,
this.text = '',
this.textStyle,
this.padding = EdgeInsets.zero,
this.alignment = Alignment.center,
}) : super(key: key);