SubZeroInlineSearch constructor
const
SubZeroInlineSearch({
- Key? key,
- String hintText = 'Search',
- VoidCallback? onTap,
- bool expanded = true,
- double expandedWidth = 240,
Implementation
const SubZeroInlineSearch({
super.key,
this.hintText = 'Search',
this.onTap,
this.expanded = true,
this.expandedWidth = 240,
});