AnimatedGradientContainer constructor
const
AnimatedGradientContainer({
- Key? key,
- List<
Color> ? colors, - Color? textColor,
- Color? secondaryColor = Colors.black,
- BorderRadius? borderRadius,
- required String containerText,
- EdgeInsetsGeometry? padding,
- void onTap()?,
Implementation
const AnimatedGradientContainer({
super.key,
this.colors,
this.textColor,
this.secondaryColor=Colors.black,
this.borderRadius,
required this.containerText,
this.padding,
this.onTap,
});