widgets/src/ny_base_modal
library
Typedefs
-
ModalShowFunction
= Future<T?> Function<T>(BuildContext context, {List<Widget> actionsColumn, List<Widget> actionsRow, Color? backgroundColor, required Widget child, Color? closeButtonColor, Color? closeButtonIconColor, Color? handleColor, double? height, bool isScrollControlled, Color? modalBackgroundColor, BoxDecoration? modalDecoration, bool showCloseButton, bool showHandle, bool useRootNavigator, bool useSafeArea})
-
Type definition for the NyBaseModal.show method.
Use this to preserve type information when creating references to the show method.