|
|
|
@ -55,7 +55,7 @@ class AppTextFieldCustomSearch extends StatelessWidget {
|
|
|
|
onPressed: () {},
|
|
|
|
onPressed: () {},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
controller: searchController,
|
|
|
|
controller: searchController,
|
|
|
|
onChanged: (value)=>onChangeFun,
|
|
|
|
onChanged: (value){onChangeFun!(value);},
|
|
|
|
onFieldSubmitted: ()=>onFieldSubmitted,
|
|
|
|
onFieldSubmitted: ()=>onFieldSubmitted,
|
|
|
|
validationError: validationError),
|
|
|
|
validationError: validationError),
|
|
|
|
if (positionedChild != null)
|
|
|
|
if (positionedChild != null)
|
|
|
|
|