isRowResized method

bool isRowResized(
  1. FluentDocument document,
  2. FluentTable table,
  3. FluentRow row
)

Returns true if the row row in table has a pending resize suggestion.

Implementation

bool isRowResized(FluentDocument document, FluentTable table, FluentRow row) => false;