width50 top-level property

SizedBox width50
getter/setter pair

Implementation

SizedBox width50 = SizedBox(
  width: 50.w,
);