BoxExpression constructor

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

Implementation

BoxExpression(int? styleType, SourceSpan? span, this.box)
    : super(styleType, span);