CpxStyle constructor

CpxStyle({
  1. String text = "Cpx Research",
  2. int textSize = 20,
  3. String textColor = "#ffffff",
  4. String bgColor = "#ffaf20",
  5. bool roundedCorners = true,
})

Implementation

CpxStyle({this.text = "Cpx Research", this.textSize = 20, this.textColor = "#ffffff", this.bgColor = "#ffaf20", this.roundedCorners = true});