resetPadding method
Resets padding to the default value for this view.
Implementation
void resetPadding() {
_padding = null;
platformDispatcher.onMetricsChanged?.call();
}
Resets padding to the default value for this view.
void resetPadding() {
_padding = null;
platformDispatcher.onMetricsChanged?.call();
}