build method

  1. @override
Widget build(
  1. Context context
)
override

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,
    );