XfdnRoundCheckbox constructor

const XfdnRoundCheckbox({
  1. Key? key,
  2. dynamic onChange(
    1. bool? value
    )?,
  3. String? title,
  4. VisualDensity? visualDensity,
  5. double? width,
  6. EdgeInsets edgeInsets = const EdgeInsets.symmetric(vertical: 8),
  7. String? label,
  8. bool? check,
})

Implementation

const XfdnRoundCheckbox({
  super.key,
  this.onChange,
  this.title,
  this.visualDensity,
  this.width,
  this.edgeInsets = const EdgeInsets.symmetric(vertical: 8),
  this.label,
  this.check,
});