backgroundColorPink property

String backgroundColorPink

Pink background

Implementation

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