label misstake

This commit is contained in:
venba-Inspriron-3558 2025-06-10 11:10:56 +05:30
parent 424d93cc9f
commit ffa40af980

View File

@ -829,7 +829,7 @@ class _TrainScreenState extends State<TrainScreen> {
),
searchFieldProps: TextFieldProps(
decoration: InputDecoration(
hintText: "Search Role...",
hintText: "Search ...",
contentPadding: EdgeInsets.symmetric(horizontal: 10),
),
),
@ -845,7 +845,7 @@ class _TrainScreenState extends State<TrainScreen> {
(context, selectedItem) => Align(
alignment: Alignment.centerLeft,
child: Text(
selectedItem ?? "Select ...",
selectedItem ?? "Select ",
style: GoogleFonts.poppins(
fontSize: 12,
color: Colors.black,