GradientMask constructor
const
GradientMask({})
Implementation
const GradientMask({
required this.child,
Key? key,
this.disableGredient = false,
this.gradient = const LinearGradient(
colors: [
Color(0xFFFFFFFF),
Color.fromARGB(255, 255, 162, 196),
Color.fromARGB(255, 209, 97, 97),
Color.fromARGB(255, 255, 116, 190),
],
),
this.style,
}) : super(key: key);