PickerDialogStyle class
Constructors
- PickerDialogStyle({Color? backgroundColor, TextStyle? countryCodeStyle, TextStyle? countryNameStyle, Widget? listTileDivider, EdgeInsets? listTilePadding, EdgeInsets? padding, Color? searchFieldCursorColor, InputDecoration? searchFieldInputDecoration, EdgeInsets? searchFieldPadding, double? width})
Properties
- backgroundColor → Color?
-
final
- countryCodeStyle → TextStyle?
-
final
- countryNameStyle → TextStyle?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- listTileDivider → Widget?
-
final
- listTilePadding → EdgeInsets?
-
final
- padding → EdgeInsets?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchFieldCursorColor → Color?
-
final
- searchFieldInputDecoration → InputDecoration?
-
final
- searchFieldPadding → EdgeInsets?
-
final
- width → double?
-
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