AwsItemThemeBridge class

Constructors

AwsItemThemeBridge({Color isSelectedColor = CupertinoColors.activeBlue, Color notSelectedColor = CupertinoColors.inactiveGray, TextStyle labelStyle = const TextStyle()})

Properties

hashCode int
The hash code for this object.
no setterinherited
isSelectedColor Color
final
labelStyle TextStyle
final
notSelectedColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Color? isSelectedColorIcon, Color? notSelectedColorIcon, TextStyle? labelStyle}) AwsItemThemeBridge
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