CurrencyPickerThemeData class

Constructors

CurrencyPickerThemeData({ShapeBorder? shape, double? flagSize, TextStyle? titleTextStyle, InputDecoration? inputDecoration, TextStyle? subtitleTextStyle, TextStyle? currencySignTextStyle, Color? backgroundColor, double? bottomSheetHeight})

Properties

backgroundColor Color?
The currency bottom sheet's background color.
final
bottomSheetHeight double?
Country list modal height
final
currencySignTextStyle TextStyle?
If null, the style will be set to TextStyle(fontSize: 18);
final
flagSize double?
The flag size.
final
hashCode int
The hash code for this object.
no setterinherited
inputDecoration InputDecoration?
The decoration used for the search field
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
The currency bottom sheet's shape.
final
subtitleTextStyle TextStyle?
The style to use for subtitle text.
final
titleTextStyle TextStyle?
The style to use for title text.
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