getTextJustify method

Future<TextJustify?> getTextJustify()

Text justification options. Default value: "center".

Implementation

Future<TextJustify?> getTextJustify() => impl.getTextJustify();