rightIndicator static method

String rightIndicator()

UTF-16 char for selecting an item in ListChooser. Formally called HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT. On windows a simple > character is used See: https://codepoints.net/U+276F

Implementation

static String rightIndicator() =>
    Platform.isWindows ? teal('>') : teal('\u276F');