getTextFont method

Future<List<String?>?> getTextFont()

Font stack to use for displaying text.

Implementation

Future<List<String?>?> getTextFont() => _annotationMessenger.getTextFont(id);