SDUIText constructor

SDUIText({
  1. String? caption,
  2. String? overflow,
  3. String? color,
  4. bool? bold,
  5. bool? italic,
  6. double? size,
  7. String? alignment,
  8. String? decoration,
})

Implementation

SDUIText(
    {this.caption,
    this.overflow,
    this.color,
    this.bold,
    this.italic,
    this.size,
    this.alignment,
    this.decoration});