CustomToast constructor

const CustomToast({
  1. Key? key,
})

Implementation

const CustomToast({Key? key,}) : super(key: key);