rebuild method

void rebuild(
  1. BuildContext context
)

Forces a rebuild of the view.

Implementation

void rebuild(BuildContext context) {
  context.findAncestorStateOfType<_MastroViewState<T>>()?.rebuildPage();
}