Loading...
Searching...
No Matches
zoom_controls_config.dart
Go to the documentation of this file.
1import 'package:flutter/material.dart';
2
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
29}