AwsThemeBridge class

Constructors

AwsThemeBridge({required AwsBarThemeBridge bar, required AwsItemThemeBridge item, Color? footerDefaultColor, bool painter = false})

Properties

bar AwsBarThemeBridge
final
footerDefaultColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
item AwsItemThemeBridge
final
painter bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({AwsBarThemeBridge? bar, AwsItemThemeBridge? item, bool? painter, Color? footerDefaultColor}) AwsThemeBridge
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

Static Methods

base() AwsThemeBridge