expand method

Future<void>? expand()

Fully expands the sheet.

Short-hand for calling snapToExtent(maxExtent).

Implementation

Future<void>? expand() => _expand?.call();