onlyTopBottom property
EdgeInsets
get
onlyTopBottom
Implementation
EdgeInsets get onlyTopBottom => EdgeInsets.only(
top: top,
bottom: bottom,
);
EdgeInsets get onlyTopBottom => EdgeInsets.only(
top: top,
bottom: bottom,
);