expand method
Fully expands the sheet.
Short-hand for calling snapToExtent(maxExtent).
Implementation
Future<void>? expand() => _expand?.call();
Fully expands the sheet.
Short-hand for calling snapToExtent(maxExtent).
Future<void>? expand() => _expand?.call();