BrowsePage constructor

BrowsePage({
  1. String? folderId,
  2. QueryType? queryType,
  3. dynamic onSelected(
    1. Iterable<ActionInfo>
    )?,
})

Implementation

BrowsePage({this.folderId, this.queryType, this.onSelected})
    : super(
        key: Key(folderId ?? queryType.toString()),
      );