ToggleFavoriteComponent constructor
const
ToggleFavoriteComponent({})
Implementation
const ToggleFavoriteComponent(
{this.radius = 24.0,
this.color = Colors.pink,
this.borderColor = Colors.white,
this.initialValue = false,
this.onChanged,
Key? key})
: super(key: key);