resetViewInsets method
Reset configuration to real device view insets.
Implementation
void resetViewInsets(bool notify) {
parentInsets = null;
if (notify) {
platformDispatcher.onMetricsChanged?.call();
}
}
Reset configuration to real device view insets.
void resetViewInsets(bool notify) {
parentInsets = null;
if (notify) {
platformDispatcher.onMetricsChanged?.call();
}
}