helpers/show_responsive_dialog library

Functions

showMaterialResponsiveDialog<T>({required BuildContext context, String? title, Widget? child, bool hideButtons = false, Color? headerColor, Color? headerTextColor, Color? backgroundColor, Color? buttonTextColor, String? confirmText, bool cancelButtonVisible = true, String? cancelText, double? maxLongSide, double? maxShortSide, VoidCallback? onConfirmed, VoidCallback? onCancelled}) Future<T?>
Extends Dialog by making it responsive to screen orientation changes