Tint constructor

Tint({
  1. required Color color,
  2. double opacity = 1.0,
  3. Widget? child,
  4. Key? key,
})

Implementation

Tint({required this.color, this.opacity = 1.0, super.child, super.key});