GrxToastCard constructor
const
GrxToastCard({
- Key? key,
- required String message,
- String? title,
- List<
GrxToastAction> ? actions, - Color? color,
- Color? shadowColor,
- VoidCallback? onClose,
Implementation
const GrxToastCard({
super.key,
required this.message,
this.title,
this.actions,
this.color,
this.shadowColor,
this.onClose,
});