CropController.fromValue constructor
CropController.fromValue(
- _CropControllerValue value
Creates a controller for a CropImage widget from an initial _CropControllerValue.
Implementation
CropController.fromValue(_CropControllerValue value) : super(value);