CheckboxOptions constructor
const
CheckboxOptions({
- Map<
Key, BoxDecoration> ? decorationMap, - bool interactive = true,
Implementation
const CheckboxOptions({
this.decorationMap,
this.interactive = true,
});