double_sheet library

Functions

showDoubleSheet<T>({required BuildContext context, required String title, required Widget child, Widget? titleWidget, Widget? customHeaderWidget, double initialChildSize = 0.4, double minChildSize = 0.25, double maxChildSize = 0.9, Color? backgroundColor, Color? headerBackgroundColor, TextStyle? titleStyle, bool enableDrag = true, bool isDismissible = true, bool showDragHandle = true, bool allowFullScreen = false, BorderRadius? borderRadius, BorderRadius? headerRadius, bool enableSynchronizedScrolling = false}) Future<T?>