MotionLikeButton constructor
const
MotionLikeButton({
- Key? key,
- bool initialLiked = false,
- ValueChanged<
bool> ? onChanged, - double size = 28.0,
Implementation
const MotionLikeButton({
super.key,
this.initialLiked = false,
this.onChanged,
this.size = 28.0,
});