backgroundColor property

String backgroundColor

Background Color

Implementation

String get backgroundColor {
  return Intl.message(
    'Background Color',
    name: 'backgroundColor',
    desc: '',
    args: [],
  );
}