width10 top-level property

SizedBox width10
getter/setter pair

Implementation

SizedBox width10 = SizedBox(
  width: 10.w,
);