CustomBottomSheetButton constructor
const
CustomBottomSheetButton({})
Implementation
const CustomBottomSheetButton(
{Key? key,
required this.onPressed,
required this.buttonText,
this.leading,
this.buttonTextStyle,
this.trailing})
: super(key: key);