fontColorYellow property

String fontColorYellow

Yellow

Implementation

String get fontColorYellow {
  return Intl.message(
    'Yellow',
    name: 'fontColorYellow',
    desc: '',
    args: [],
  );
}