rebuild method

void rebuild()

Calls every builder function of the sheet to rebuild the widgets with the current SheetState.

This function can be used to reflect changes on the SlidingSheet without calling setState(() {}) on the parent widget if that would be too expensive.

Implementation

void rebuild() => _rebuild?.call();