w property
EdgeInsets
get
w
Implementation
EdgeInsets get w => copyWith(
top: top.w,
bottom: bottom.w,
right: right.w,
left: left.w,
);
EdgeInsets get w => copyWith(
top: top.w,
bottom: bottom.w,
right: right.w,
left: left.w,
);