BoxExpression constructor

BoxExpression(
  1. int? styleType,
  2. SourceSpan? span,
  3. BoxEdge? box
)

Implementation

BoxExpression(super.styleType, super.span, this.box);