AddressDialogStyle class

Styles for AddressSearchDialog.

Constructors

AddressDialogStyle({Color color = Colors.blue, Color backgroundColor = Colors.white, Color iconColor = Colors.black, Color textColor = Colors.black54, bool useButtons = true})
Constructor for AddressDialogStyle.
const

Properties

backgroundColor Color
Background color for widget.
final
color Color
Color for details in the widget.
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
Sets icon color.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
Sets text color.
final
useButtons bool
Sets if the AddressSearchDialog will have buttons at bottom.
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