FResizableManagedControl constructor

const FResizableManagedControl({
  1. FResizableController? controller,
  2. ValueChanged<List<FResizableRegionData>>? onResizeUpdate,
})

Implementation

const FResizableManagedControl({this.controller, this.onResizeUpdate}) : super._();