ZText constructor

ZText(
  1. String str, {
  2. Color color = Colors.blue,
  3. double fontSize = 14,
  4. bool isBold = false,
})

Implementation

ZText(this.str, {this.color = Colors.blue, this.fontSize = 14, this.isBold = false});