MapControlBuilder class
Constructors
-
MapControlBuilder({required MapControlType type, bool? enabled = true, Future<
void> onTap()?, MapActionStyling? styling, MapActionTooltip? tooltip})
Properties
- enabled → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
final
-
onTap
→ Future<
void> Function()? -
will be called onTap the action
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- styling → MapActionStyling?
-
will override the glogal styling from MapControlsStyling
final
- tooltip → MapActionTooltip?
-
will wrap action with a tooltip message
final
- type → MapControlType
-
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