NiceWelcomeBanner constructor
const
NiceWelcomeBanner({
- Key? key,
- required String title,
- String? subtitle,
- Widget? image,
- VoidCallback? onDismiss,
- VoidCallback? onAction,
- String? actionLabel,
- Color? backgroundColor,
- List<
Color> ? gradientColors, - EdgeInsets? padding,
Implementation
const NiceWelcomeBanner({
super.key,
required this.title,
this.subtitle,
this.image,
this.onDismiss,
this.onAction,
this.actionLabel,
this.backgroundColor,
this.gradientColors,
this.padding,
});