setPaddingBottom method

void setPaddingBottom(
  1. double? value
)

Implementation

void setPaddingBottom(double? value) {
  onNotifyWithCallback(() => paddingBottom = value);
}