CheckboxOptions constructor

const CheckboxOptions({
  1. Map<Key, BoxDecoration>? decorationMap,
  2. bool interactive = true,
})

Implementation

const CheckboxOptions({
  this.decorationMap,
  this.interactive = true,
});