DisabledChipAttributes class Null safety
An interface for Material Design chips that can be enabled and disabled.
The defaults mentioned in the documentation for each attribute are what the implementing classes typically use for defaults (but this class doesn't provide or enforce them).
See also:
- InputChip, a chip that represents a complex piece of information, such as an entity (person, place, or thing) or conversational text, in a compact form.
- ChoiceChip, allows a single selection from a set of options. Choice chips contain related descriptive text or categories.
- FilterChip, uses tags or descriptive words as a way to filter content.
- material.io/design/components/chips.html
- Implementers
Properties
- disabledColor → Color?
-
The color used for the chip's background to indicate that it is not
enabled.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isEnabled → bool
-
Whether or not this chip is enabled for input.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited