CheckboxButton.rich constructor
Builds a CheckboxButton from the TextSpan.
Implementation
const CheckboxButton.rich({
super.key,
this.value = false,
this.onPressed,
required this.span,
}) : label = null;
Builds a CheckboxButton from the TextSpan.
const CheckboxButton.rich({
super.key,
this.value = false,
this.onPressed,
required this.span,
}) : label = null;