colorTapableText property

Color? get colorTapableText

Implementation

Color? get colorTapableText {
  return area.color(AFUIThemeID.colorTapableText);
}