HeartBeatIcon constructor
const
HeartBeatIcon({})
Creates a stateful widget that renders a heartbeat animated icon
Implementation
const HeartBeatIcon({
Key? key,
required this.icon,
required this.color,
required this.size,
}) : super(key: key);