NBOpacity constructor Null safety

NBOpacity(
  1. {double? dp0,
  2. double? dp10,
  3. double? dp100,
  4. double? dp20,
  5. double? dp25,
  6. double? dp30,
  7. double? dp40,
  8. double? dp5,
  9. double? dp50,
  10. double? dp60,
  11. double? dp70,
  12. double? dp75,
  13. double? dp80,
  14. double? dp90,
  15. double? dp95}
)

Implementation

NBOpacity(
    {this.dp0,
    this.dp10,
    this.dp100,
    this.dp20,
    this.dp25,
    this.dp30,
    this.dp40,
    this.dp5,
    this.dp50,
    this.dp60,
    this.dp70,
    this.dp75,
    this.dp80,
    this.dp90,
    this.dp95});