props property
The list of properties that constitute the state of this IconButtonSpec.
This property is used by the == operator and the hashCode getter to
compare two IconButtonSpec instances for equality.
Implementation
@override
List<Object?> get props => [
_$this.container,
_$this.icon,
_$this.modifiers,
_$this.spinner,
_$this.animated,
];