ResizeInfo constructor

ResizeInfo({
  1. bool? allowCancelResize,
  2. String? resizeType,
})

Implementation

ResizeInfo({
  this.allowCancelResize,
  this.resizeType,
});