menu
toastify_flutter package
documentation
toastify_flutter.dart
CustomToast
CustomToast.new const constructor
CustomToast.new const constructor
dark_mode
light_mode
CustomToast
constructor
const
CustomToast
(
{
Key
?
key
,
required
String
message
,
bool
isFailed
=
false
,
})
Implementation
const CustomToast({ super.key, required this.message, this.isFailed = false, });
toastify_flutter package
documentation
toastify_flutter
CustomToast
CustomToast.new const constructor
CustomToast class