HeightExpression constructor

HeightExpression(
  1. SourceSpan? span,
  2. dynamic height
)

Implementation

HeightExpression(SourceSpan? span, this.height)
    : super(DartStyleExpression.heightStyle, span);