MapControlsStyling class

Constructors

MapControlsStyling({Offset? controlsOffset = const Offset(8, 8), Alignment alignement = Alignment.topLeft, Axis? axis = Axis.horizontal, Color? iconColor = Colors.blue, double? iconSize = 20, BoxDecoration decoration = const BoxDecoration(color: Colors.white, borderRadius: BorderRadius.all(Radius.circular(12))), IconData zoomIn = Icons.add, IconData zoomOut = Icons.remove, IconData screenshot = Icons.photo_camera_outlined})

Properties

alignement Alignment
final
axis Axis?
final
controlsOffset Offset?
final
decoration BoxDecoration
decoration of the control box
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
final
iconSize double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshot IconData
final
zoomIn IconData
final
zoomOut IconData
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