Creates constraints for laying out a pargraph.
The width
argument must not be null.
Source
ParagraphConstraints({ this.width }) { assert(width != null); }
Creates constraints for laying out a pargraph.
The width
argument must not be null.
ParagraphConstraints({ this.width }) { assert(width != null); }