mode property

CropMode mode

Gets the CropMode stored in the ValueNotifier.

Implementation

CropMode get mode => modeNotifier.value;
void mode=(CropMode value)

Sets the new CropMode]in the ValueNotifier.

Implementation

set mode(CropMode value) => modeNotifier.value = value;