CustomSnackBarAction constructor

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

Implementation

const CustomSnackBarAction({Key? key}) : super(key: key);