maxContentWidth property

double? maxContentWidth
final

The maximum width to be occupied by the content of this editor.

If this is not null and and this editor's width is larger than this value then the contents will be constrained to the provided maximum width and horizontally centered. This is mostly useful on devices with wide screens.

Implementation

final double? maxContentWidth;