getAlignedParagraphBlock abstract method

Future<B> getAlignedParagraphBlock(
  1. List<InlineSpan> spansToWrap,
  2. String align,
  3. int indentLevel, [
  4. TS? style,
])

Implementation

Future<B> getAlignedParagraphBlock(
    List<pw.InlineSpan> spansToWrap, String align, int indentLevel,
    [TS? style]);