Height constructor

const Height([
  1. double value = 0
])

Creates a Height with size value.

Implementation

const Height([double value = 0]) : super(height: value);