helperSize property

Size? helperSize

Implementation

Size? get helperSize => parentData._helperSize;
void helperSize=(Size? size)

Implementation

set helperSize(Size? size) {
  parentData._helperSize = size;
}