enoughFrozenColumnsWidth method

  1. @override
bool enoughFrozenColumnsWidth(
  1. double width
)
inherited

Implementation

@override
bool enoughFrozenColumnsWidth(double width) {
  return width >
      (leftFrozenColumnsWidth +
          rightFrozenColumnsWidth +
          PlutoGridSettings.bodyMinWidth +
          PlutoGridSettings.totalShadowLineWidth);
}