FailSnackBarSecondWidget constructor
const
FailSnackBarSecondWidget({})
Implementation
const FailSnackBarSecondWidget({
Key? key,
this.textColor,
this.disabledTextColor,
required this.label,
required this.onPressed,
this.primaryColor = Colors.red,
this.titleTextStyle,
}) : super(key: key);