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