props property

  1. @override
List<Object?> get props
inherited

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,
    ];