HeightExpression constructor
HeightExpression(
- SourceSpan? span,
- dynamic height
Implementation
HeightExpression(SourceSpan? span, this.height)
: super(DartStyleExpression.heightStyle, span);