rebuild method
Forces a rebuild of the view.
Implementation
void rebuild(BuildContext context) {
context.findAncestorStateOfType<_MastroViewState<T>>()?.rebuildPage();
}
Forces a rebuild of the view.
void rebuild(BuildContext context) {
context.findAncestorStateOfType<_MastroViewState<T>>()?.rebuildPage();
}