ToastWidget constructor
const
ToastWidget({})
Implementation
const ToastWidget({
Key? key,
required this.message,
this.backgroundColor = const Color(0xFF002147),
this.textStyle = const TextStyle(color: Colors.white, fontWeight: FontWeight.w600),
}) : super(key: key);