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