ParagraphConstraints constructor
Creates constraints for laying out a pargraph.
The width argument must not be null.
Implementation
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);