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