LikeToggleButtonState constructor

const LikeToggleButtonState({
  1. required bool action,
  2. required int count,
  3. String? ignoreReason,
})

Implementation

const LikeToggleButtonState({
  required this.action,
  required this.count,
  this.ignoreReason,
});