CupertinoSearchFlowTextField constructor Null safety
Creates a new search flow
Implementation
const CupertinoSearchFlowTextField({
Key? key,
this.heroTag = '_search',
required this.onSubmitted,
required this.cancelText,
this.placeholder,
this.controller,
this.enabled = true,
this.title,
}) : super(key: key);