ZoomControlsConfig class
@brief Configuration for ZoomControls widget. Allows customization of icons, styles and layout.
@snippet DefaultNavigationView/dart/default_navigation_view_example.dart dart_ZoomControlsConfig
Constructors
- ZoomControlsConfig({Widget? zoomInIcon, Widget? zoomOutIcon, Color? buttonBackgroundColor, Color? textColor, double? buttonWidth, double? zoomControlsHeight, EdgeInsets? padding})
-
const
Properties
-
final
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding → EdgeInsets?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textColor → Color?
-
final
- zoomControlsHeight → double?
-
final
- zoomInIcon → Widget?
-
final
- zoomOutIcon → Widget?
-
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
Constants
- defaultConfig → const ZoomControlsConfig