kZoomControlsTimeout top-level constant

Duration const kZoomControlsTimeout

The time for which zoom controls (e.g. in a map interface) are to be displayed on the screen, from the moment they were last requested.

Implementation

const Duration kZoomControlsTimeout = Duration(milliseconds: 3000);