customColor property

String customColor

Custom color

Implementation

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