CuReToggleButtonsItem constructor

CuReToggleButtonsItem({
  1. String? label,
  2. IconData? icon,
  3. bool? isSelected,
  4. Color? color,
  5. bool? isDisabled,
  6. dynamic value,
})

Implementation

CuReToggleButtonsItem({
  this.label,
  this.icon,
  this.isSelected,
  this.color,
  this.isDisabled,
  this.value,
});