getTextJustify method

Future<TextJustify?> getTextJustify()

Text justification options. Default value: "center".

Implementation

Future<TextJustify?> getTextJustify() =>
    _annotationMessenger.getTextJustify(id);