setMarginCustom method

void setMarginCustom(
  1. EdgeInsets? value
)

Implementation

void setMarginCustom(EdgeInsets? value) {
  onNotifyWithCallback(() => marginCustom = value);
}