FleetTheme class

Themes for the fleet page.

Constructors

FleetTheme()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

overlayButtonStyle(BuildContext context, {Size? minimumSize, EdgeInsets? padding = const EdgeInsets.symmetric(horizontal: 22.0, vertical: 12.0)}) ButtonStyle
Button style for the overlay buttons that are displayed on top of the fleet map and list.
overlayInputDecoration({required BuildContext context, Widget? prefixIcon, Widget? suffixIcon, String? hintText}) InputDecoration
Input decoration for the overlay text field that is displayed on top of the fleet map and list.