responsive property
EdgeInsets
get
responsive
Scale EdgeInsets responsively
Implementation
EdgeInsets get responsive {
return EdgeInsets.fromLTRB(
left.w,
top.h,
right.w,
bottom.h,
);
}