|
|
|
@ -21,7 +21,7 @@ class _AppSearchFieldState extends State<AppSearchField> {
|
|
|
|
onSubmitted: widget.onSubmitted,
|
|
|
|
onSubmitted: widget.onSubmitted,
|
|
|
|
decoration: InputDecoration(
|
|
|
|
decoration: InputDecoration(
|
|
|
|
prefixIcon: const Icon(Icons.search, color: AppColor.neutral20,),
|
|
|
|
prefixIcon: const Icon(Icons.search, color: AppColor.neutral20,),
|
|
|
|
hintText: context.translate(TranslationKeys.search),
|
|
|
|
hintText: context.translation.search,
|
|
|
|
hintStyle: TextStyle(
|
|
|
|
hintStyle: TextStyle(
|
|
|
|
fontSize: Theme.of(context).textTheme.bodySmall.fontSize
|
|
|
|
fontSize: Theme.of(context).textTheme.bodySmall.fontSize
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|