backgroundColorPurple property

String backgroundColorPurple

Purple background

Implementation

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