AwsThemeShowing class

Constructors

AwsThemeShowing({required Color backgroundColor, required AwsThemeIndicatorShowing indicator, AwsThemeContentShowing? content, required AwsThemeNextButtonShowing nextButton})
Sets the global theme AwsThemeShowing.

Properties

backgroundColor Color
Sets the background color backgroundColor.
final
content AwsThemeContentShowing?
Sets the global theme of the content content
final
hashCode int
The hash code for this object.
no setterinherited
indicator AwsThemeIndicatorShowing
Sets the theme of the indicators indicator.
final
nextButton AwsThemeNextButtonShowing
Sets the theme of the next button nextButton.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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