ErrorToast constructor

ErrorToast({
  1. Key? key,
  2. required String text,
  3. String? fontfamily,
  4. SvgPicture? circleRedNotice,
})

Implementation

ErrorToast({super.key, required this.text, this.fontfamily, this.circleRedNotice});