height50 top-level property

SizedBox height50
getter/setter pair

Implementation

SizedBox height50 = SizedBox(
  height: 50.h,
);