resetPadding method

void resetPadding()

Resets padding to the default value for this view.

Implementation

void resetPadding() {
  _padding = null;
  platformDispatcher.onMetricsChanged?.call();
}