AlbumPickerTheme class

Constructors

AlbumPickerTheme({Color? primaryColor, Color? backgroundColor, Color? backgroundColorSecondary, Color? textColor, Color? textColorSecondary, String? confirmButtonIconAsset, double? bigFontSize, double? normalFontSize, double? smallFontSize, double? bigRadius, double? normalRadius, double? smallRadius})
const

Properties

backgroundColor Color?
final
backgroundColorSecondary Color?
final
bigFontSize double?
final
bigRadius double?
final
confirmButtonIconAsset String?
final
hashCode int
The hash code for this object.
no setterinherited
normalFontSize double?
final
normalRadius double?
final
primaryColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallFontSize double?
final
smallRadius double?
final
textColor Color?
final
textColorSecondary Color?
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