color property

String color

Color

Implementation

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