CheckmarkableChipAttributes class Null safety

An interface for Material Design chips that can have check marks.

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:

Implementers

Properties

checkmarkColor Color?
Color of the chip's check mark when a check mark is visible.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
showCheckmark bool?
Whether or not to show a check mark when SelectableChipAttributes.selected is true.
read-only

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