build method
Implementation
@override
pw.Widget build(pw.Context context) => BanglaAwareText(
text,
style: style,
textAlign: textAlign,
textDirection: textDirection,
softWrap: softWrap,
tightBounds: tightBounds,
textScaleFactor: textScaleFactor,
maxLines: maxLines,
overflow: overflow,
);