CourierPreferencesTheme class

Constructors

CourierPreferencesTheme({String? brandId, Color? loadingIndicatorColor, Widget? topicSeparator = const Divider(height: 1, indent: 16, endIndent: 16), TextStyle? sectionTitleStyle, TextStyle? topicTitleStyle, TextStyle? topicSubtitleStyle, Widget? topicTrailing, TextStyle? sheetTitleStyle, SheetSettingStyles? sheetSettingStyles, ShapeBorder? sheetShape, Widget? sheetSeparator = const Divider(height: 1, indent: 16, endIndent: 16), CourierInfoViewStyle? infoViewStyle})

Properties

brand CourierBrand?
getter/setter pair
brandId String?
final
hashCode int
The hash code for this object.
no setterinherited
infoViewStyle CourierInfoViewStyle?
final
loadingIndicatorColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionTitleStyle TextStyle?
final
sheetSeparator Widget?
final
sheetSettingStyles SheetSettingStyles?
final
sheetShape ShapeBorder?
final
sheetTitleStyle TextStyle?
final
topicSeparator Widget?
final
topicSubtitleStyle TextStyle?
final
topicTitleStyle TextStyle?
final
topicTrailing Widget?
final

Methods

getInfoViewButtonStyle(BuildContext context) ButtonStyle?
getInfoViewTitleStyle(BuildContext context) TextStyle?
getLoadingColor(BuildContext context) Color
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