OpenStashDialogPage constructor

const OpenStashDialogPage(
  1. {required dynamic onSelect(
    1. String
    )?,
  2. required dynamic onSearch(
    1. String
    )?,
  3. Key? key}
)

Create an instance of this page.

Implementation

const OpenStashDialogPage({
  required this.onSelect,
  required this.onSearch,
  super.key,
});