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