BackgroundModalType typedef

BackgroundModalType = Widget Function({required BackgroundModalOptions options})

Type definition for BackgroundModal widget builder.

Implementation

typedef BackgroundModalType = Widget Function(
    {required BackgroundModalOptions options});