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