const CustomTextView( {Key? key, required this.customTextStr, this.containerColor}) : super(key: key);