SearchScreen constructor

const SearchScreen({
  1. Key? key,
  2. Map<String, dynamic>? uiProps,
  3. Map<String, String>? params,
})

Implementation

const SearchScreen({Key? key, this.uiProps, this.params}) : super(key: key);