build method
Implementation
@override
pw.Widget build(pw.Context context) => pw.Container(
margin: margin,
padding: padding,
child: BanglaAwareText(
text!,
textAlign: textAlign,
style: style ?? pw.Theme.of(context).paragraphStyle,
overflow: pw.TextOverflow.span,
),
);