AnimatedOpacityToast constructor

const AnimatedOpacityToast(
  1. String message,
  2. Color backgroundColor,
  3. Color? textColor, {
  4. Key? key,
  5. required bool isShowRightIcon,
  6. required VoidCallback onDismissed,
  7. Widget? child,
})

Implementation

const AnimatedOpacityToast(
  this.message,
  this.backgroundColor,
  this.textColor, {
  super.key,
  required this.isShowRightIcon,
  required this.onDismissed,
  this.child,
});