runeStyle property

TextStyle runeStyle

A text style for labels curved in colored surfaces.

Implementation

static TextStyle get runeStyle => const TextStyle(
      fontSize: 10,
      color: Color(0xe6ffffff),
    );