height property

SizedBox get height

Implementation

SizedBox get height => SizedBox(
  height: toDouble().w,
);