height property

Widget get height

Implementation

Widget get height {
  return SizedBox(height: toDouble());
}