TilesThemeData class
Constructors
- TilesThemeData({TextStyle style = const TextStyle(fontSize: 16, fontWeight: FontWeight.bold), Color? backgroundColor, String searchTitle = "Search", String searchHint = "name/dial code...", TextStyle searchHintStyle = const TextStyle(fontSize: 16, color: Color(0xFF9E9E9E)), String lastPickTitle = "Last Pick", Icon lastPickIcon = const Icon(Icons.check), String currentLocationTileTitle = "Current Location"})
-
const
Properties
- backgroundColor → Color?
-
Background color of tile title.
final
- currentLocationTileTitle → String
-
Text of current location tile title.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastPickIcon → Icon
-
Icon of last pick tile.
final
- lastPickTitle → String
-
Text of last pick tile title.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchHint → String
-
Text that suggests what sort of input the search field.
final
- searchHintStyle → TextStyle
-
The style to use for the searchHint.
final
- searchTitle → String
-
Text of search tile title.
final
- style → TextStyle
-
Text style of tile title.
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