collapse method

Future<void>? collapse()

Fully collapses the sheet.

Short-hand for calling snapToExtent(minExtent).

Implementation

Future<void>? collapse() => _collapse?.call();