CheckboxOptions class

Configuration options on how Checkbxes are exported.

Constructors

CheckboxOptions({Map<Key, BoxDecoration>? decorationMap, bool interactive = true})
const
CheckboxOptions.individual({Map<Key, BoxDecoration>? decorationMap, bool interactive = true})
const
CheckboxOptions.none()
const
CheckboxOptions.uniform({BoxDecoration? boxDecoration, bool interactive = true})

Properties

decorationMap Map<Key, BoxDecoration>?
A map of Key to BoxDecoration to apply to the checkbox.
final
hashCode int
The hash code for this object.
no setterinherited
interactive bool
If false, the checkbox will be rendered as a static (non-interactive) box.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBoxDecoration(Key? key) BoxDecoration?
Returns the BoxDecoration for the given key. If key is null, the standard key will be used. If key still is not found, null is returned.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited