MultipleChoiceTheme class
Theme data for MultipleChoice and MultipleAnswer.
Constructors
- MultipleChoiceTheme.new({bool? allowUnselect})
-
Creates a MultipleChoiceTheme.
const
Properties
- allowUnselect → bool?
-
Whether selections can be unselected.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{ValueGetter< bool?> ? allowUnselect}) → MultipleChoiceTheme - Returns a copy of this theme with the given fields replaced by the non-null parameters.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override