AwsDefinitionProcessButton class

Class representing the definition of a process button with AwsProcessButton.

Constructors

AwsDefinitionProcessButton({Widget? indicator, required String label, required AwsDecorationProcessButton style, required AwsAniSetting animation})
Constructs an instance of AwsDefinitionProcessButton.

Properties

animation AwsAniSetting
animation: Animation settings for the button.
final
hashCode int
The hash code for this object.
no setterinherited
indicator Widget?
indicator: Widget to be used as an indicator.
final
label String
label: Label for the button.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style AwsDecorationProcessButton
style: Style configuration for the button.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited