SignatureColorPreset constructor

SignatureColorPreset({
  1. required Color color,
  2. String? id,
  3. String? defaultMessage,
  4. String? description,
})

Implementation

SignatureColorPreset(
    {required this.color, this.id, this.defaultMessage, this.description});