use Text.rich for ghost text (trying to fix #305)

This commit is contained in:
Fabian Freund
2026-04-18 04:08:49 +02:00
parent d059db384c
commit dcb0c8d5de
@@ -168,10 +168,9 @@ class AutoSuggestTextField extends HookWidget {
return const SizedBox.shrink();
}
//TODO: maybe change to Text.rich
return RichText(
return Text.rich(
maxLines: maxLines,
text: TextSpan(
TextSpan(
text: text,
style: effectiveStyle.copyWith(
color: Colors.transparent,