RectangularTextLayout constructor
RectangularTextLayout({})
Implementation
RectangularTextLayout({
required super.width,
required super.height,
required super.fontSize,
super.fontFamily,
super.textAlign,
});