search text field
This commit is contained in:
@@ -4,6 +4,7 @@ import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
import '../../../../../../application/auth/auth_bloc.dart';
|
||||
import '../../../../../../common/extension/extension.dart';
|
||||
import '../../../../../../common/theme/theme.dart';
|
||||
import '../../../../../components/field/field.dart';
|
||||
import '../../../../../components/spaces/space.dart';
|
||||
|
||||
class HomeTitle extends StatelessWidget {
|
||||
@@ -44,6 +45,14 @@ class HomeTitle extends StatelessWidget {
|
||||
);
|
||||
},
|
||||
),
|
||||
SizedBox(
|
||||
width: context.deviceWidth * 0.2,
|
||||
child: SearchTextFormField(
|
||||
controller: controller,
|
||||
onChanged: onChanged,
|
||||
hintText: 'Search..',
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user