GlamourPrimitiveStyle constructor

const GlamourPrimitiveStyle({
  1. String? blockPrefix,
  2. String? blockSuffix,
  3. String? prefix,
  4. String? suffix,
  5. Color? color,
  6. Color? backgroundColor,
  7. bool? bold,
  8. bool? italic,
  9. bool? underline,
  10. bool? blink,
  11. bool? crossedOut,
  12. bool? faint,
  13. bool? conceal,
  14. bool? inverse,
  15. bool? upper,
  16. bool? lower,
  17. bool? title,
  18. String? format,
})

Implementation

const GlamourPrimitiveStyle({
  this.blockPrefix,
  this.blockSuffix,
  this.prefix,
  this.suffix,
  this.color,
  this.backgroundColor,
  this.bold,
  this.italic,
  this.underline,
  this.blink,
  this.crossedOut,
  this.faint,
  this.conceal,
  this.inverse,
  this.upper,
  this.lower,
  this.title,
  this.format,
});