ParagraphConstraints constructor
- required double width,
Creates constraints for laying out a paragraph.
The width
argument must not be null.
Implementation
const ParagraphConstraints({
required this.width,
});
Creates constraints for laying out a paragraph.
The width
argument must not be null.
const ParagraphConstraints({
required this.width,
});