user seach in bus prof

This commit is contained in:
2025-08-07 11:55:04 +02:00
parent 82f4044eac
commit acb1b72c9a

View File

@@ -85,34 +85,35 @@ class _MihBusinessUserSearchState extends State<MihBusinessUserSearch> {
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(), color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
), ),
), ),
// const SizedBox(height: 10), const SizedBox(height: 10),
// Center( Center(
// child: RichText( child: RichText(
// textAlign: TextAlign.center, textAlign: TextAlign.center,
// text: TextSpan( text: TextSpan(
// style: TextStyle( style: TextStyle(
// fontSize: 20, fontSize: 20,
// fontWeight: FontWeight.normal, fontWeight: FontWeight.normal,
// color: color:
// MzansiInnovationHub.of(context)!.theme.secondaryColor(), MzansiInnovationHub.of(context)!.theme.secondaryColor(),
// ), ),
// children: [ children: [
// TextSpan(text: "Press "), TextSpan(
// WidgetSpan( text: "You can search using their Username or Email"),
// alignment: PlaceholderAlignment.middle, // WidgetSpan(
// child: Icon( // alignment: PlaceholderAlignment.middle,
// Icons.menu, // child: Icon(
// size: 20, // Icons.menu,
// color: MzansiInnovationHub.of(context)! // size: 20,
// .theme // color: MzansiInnovationHub.of(context)!
// .secondaryColor(), // .theme
// ), // .secondaryColor(),
// ), // ),
// TextSpan(text: " to add your first loyalty card"), // ),
// ], // TextSpan(text: " to add your first loyalty card"),
// ), ],
// ), ),
// ), ),
),
], ],
), ),
); );