ContentType constructor

ContentType(
  1. String message, [
  2. Color? color
])

Implementation

ContentType(this.message, [this.color]);