bottom_sheet library

Functions

customBottomSheet({required BuildContext context, Widget? child, String? title, TextStyle? titleTxtStyle, String? supTitle, double borderRadius = 30, double? titleBottomPadding, double? sheetHeightFraction, Color? bgColor, bool hasPillGesture = true, bool isScrollControlled = true, VoidCallback? onWillPop}) → void