CNNavigationBarSearch constructor
const
CNNavigationBarSearch({
- Key? key,
- List<
CNNavigationBarAction> ? leading, - String? title,
- List<
CNNavigationBarAction> ? trailing, - required CNSearchConfig searchConfig,
- bool largeTitle = false,
- bool transparent = true,
- Color? tint,
- double? height,
Creates a search-enabled navigation bar.
Implementation
const CNNavigationBarSearch({
super.key,
this.leading,
this.title,
this.trailing,
required this.searchConfig,
this.largeTitle = false,
this.transparent = true,
this.tint,
this.height,
});