widgets/bottom_sheet
library
Functions
-
proBottomSheet({required BuildContext context, bool? isScrollControlled, String? appBarTitle, Color? appBarTitleColor, double? appBarTitleSize, FontWeight? appBarTitleWeight, double? appBarHeight, EdgeInsets? appBarPadding, Color? appBarBackgroundColor, Color? sheetBackgroundColor, double? sheetHeight, EdgeInsets? sheetMargin, BorderRadius? customBorderRadius, Widget? customAppBar, double? appBarCloseIconSize, Color? appBarCloseIconColor, required Widget sheetBody, Function? onAppBarCloseIconTap})
→ dynamic
-
proBottomSheet is a basic bottom sheet made with major needs by default. You can save your time by using this basic bottom sheet.