useUnicode property

bool useUnicode
getter/setter pair

Whether the unicode glyph set is used instead of the ASCII fallback.

Implementation

static bool useUnicode =
    !Platform.environment.containsKey('DISTRIBUTE_ASCII');