Solution constructor

Solution(
  1. Text _text,
  2. TextStyle style,
  3. Size sizeInner,
  4. Size sizeOuter,
)

Constructor.

Implementation

Solution(this._text, this.style, this.sizeInner, this.sizeOuter);