onRowResize method

bool onRowResize(
  1. FluentDocument document,
  2. FluentTable table,
  3. FluentRow row,
  4. double oldHeight,
  5. double newHeight,
)

Called when a table row is resized. Return true if handled.

Implementation

bool onRowResize(
  FluentDocument document,
  FluentTable table,
  FluentRow row,
  double oldHeight,
  double newHeight,
) =>
    false;