backgroundColorYellow property

String backgroundColorYellow

Yellow background

Implementation

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