toHeight method

SizedBox toHeight()

Implementation

SizedBox toHeight() {
  return SizedBox(height: toDouble());
}