zoomButtonColor property

Color? zoomButtonColor
getter/setter pair

Fill colour of the zoom +/- buttons. When null (the default) the buttons fall back to the ambient Theme.of(context).colorScheme.secondary, the previous hardcoded behaviour; set a colour to override it.

Implementation

Color? zoomButtonColor;