ChatBottomSheetBackground constructor

const ChatBottomSheetBackground({
  1. required Widget child,
  2. bool showGrip = true,
  3. Key? key,
})

Implementation

const ChatBottomSheetBackground(
    {required this.child, this.showGrip = true, super.key});