insets property
EdgeInsets
get
insets
Implementation
EdgeInsets get insets => EdgeInsets.only(
top: topInset,
bottom: bottomInset,
left: leftInset,
right: rightInset,
);
EdgeInsets get insets => EdgeInsets.only(
top: topInset,
bottom: bottomInset,
left: leftInset,
right: rightInset,
);