MapControlConfig constructor
const
MapControlConfig({
- AlignmentGeometry alignment = Alignment.topRight,
- EdgeInsets padding = const EdgeInsets.all(16),
- Widget? icon,
- Color backgroundColor = Colors.white,
- Color iconColor = Colors.black87,
Implementation
const MapControlConfig({
this.alignment = Alignment.topRight,
this.padding = const EdgeInsets.all(16),
this.icon,
this.backgroundColor = Colors.white,
this.iconColor = Colors.black87,
});