FastDialogPage<T> constructor

const FastDialogPage<T>({
  1. required Widget child,
  2. LocalKey? key,
})

Creates a dialog page.

The child argument must not be null.

Implementation

const FastDialogPage({required this.child, super.key});