setMarginBottom method

void setMarginBottom(
  1. double? value
)

Implementation

void setMarginBottom(double? value) {
  onNotifyWithCallback(() => marginBottom = value);
}