Compact +/- zoom control stack for navigation view. Forwards tap callbacks to the host. More...
Public Member Functions | |
| void | zoomInPressed () |
| void | zoomOutPressed () |
| ZoomControls (Key key, zoomInPressed, zoomOutPressed, config) | |
| Object | createState () |
Compact +/- zoom control stack for navigation view. Forwards tap callbacks to the host.
ZoomControlsConfig for styling.
Definition at line 18 of file zoom_controls.dart.
|
inline |
Definition at line 26 of file zoom_controls.dart.
| Object ZoomControls.createState | ( | ) |
| void ZoomControls.zoomInPressed | ( | ) |
Called on zoom-in tap.
| void ZoomControls.zoomOutPressed | ( | ) |
Called on zoom-out tap.