CropController.fromValue constructor

CropController.fromValue(
  1. _CropControllerValue value
)

Creates a controller for a CropImage widget from an initial _CropControllerValue.

Implementation

CropController.fromValue(_CropControllerValue value) : super(value);