CustomCard3D constructor Null safety

CustomCard3D(
  1. String color,
  2. IconData? icon,
  3. String? text
)

Implementation

CustomCard3D(this.color, this.icon, this.text);