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})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited