backgroundColorDefault property

String backgroundColorDefault

Default background

Implementation

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