r property
EdgeInsets
get
r
Creates adapt insets using r SizeExtension.
Implementation
EdgeInsets get r => copyWith(
top: top.r,
bottom: bottom.r,
right: right.r,
left: left.r,
);