clearPaddingTestValue method Null safety
Deletes any existing test padding and returns to using the real padding.
Implementation
void clearPaddingTestValue() {
_paddingTestValue = null;
onMetricsChanged?.call();
}
Deletes any existing test padding and returns to using the real padding.
void clearPaddingTestValue() {
_paddingTestValue = null;
onMetricsChanged?.call();
}