setPaddingCustom method

void setPaddingCustom(
  1. EdgeInsets? value
)

Implementation

void setPaddingCustom(EdgeInsets? value) {
  onNotifyWithCallback(() => paddingCustom = value);
}