AnimatedInputChip class Null safety

Constructors

AnimatedInputChip({dynamic key, dynamic backgroundColor, required dynamic visible, required dynamic label, dynamic onDeleted, dynamic onAnimationEnd})
const

Properties

backgroundColor → dynamic
final
hashCode int
The hash code for this object. [...]
read-only, inherited
label → dynamic
final
onAnimationEnd → dynamic
final
onDeleted → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
visible → dynamic
final

Methods

createState() → dynamic
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