Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
zoom_controls_config.dart
Go to the documentation of this file.
1
import
'package:flutter/material.dart'
;
2
9
class
ZoomControlsConfig
{
10
const
ZoomControlsConfig
({
11
this.zoomInIcon,
12
this.zoomOutIcon,
13
this.buttonBackgroundColor,
14
this.textColor,
15
this.buttonWidth,
16
this.zoomControlsHeight,
17
this.padding,
18
});
19
20
final
Widget? zoomInIcon;
21
final
Widget? zoomOutIcon;
22
final
Color? buttonBackgroundColor;
23
final
Color? textColor;
24
final
double
? buttonWidth;
25
final
double
? zoomControlsHeight;
26
final
EdgeInsets? padding;
27
28
static
const
ZoomControlsConfig
defaultConfig
=
ZoomControlsConfig
();
29
}
com
widgets
zoom_controls_config.dart
Generated on Thu Apr 16 2026 08:08:54 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2