forked from firka/flutter
Make ParagraphConstraints have const constructor (flutter/engine#7346)
This commit is contained in:
@@ -984,7 +984,7 @@ class ParagraphConstraints {
|
||||
/// Creates constraints for laying out a pargraph.
|
||||
///
|
||||
/// The [width] argument must not be null.
|
||||
ParagraphConstraints({
|
||||
const ParagraphConstraints({
|
||||
this.width,
|
||||
}) : assert(width != null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user