backgroundColorRed property

String backgroundColorRed

Red background

Implementation

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