backgroundColorGray property

String backgroundColorGray

Gray background

Implementation

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