Hide phonetics spacing if not showing icon after (#3444)

This commit is contained in:
Kelrap 2025-07-11 16:33:17 -04:00 committed by GitHub
parent c325d2b1d7
commit 52ac8526e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,7 +175,10 @@ class _PhoneticTranscriptionWidgetState
Theme.of(context).textTheme.bodyMedium,
),
),
const SizedBox(width: 8),
if (_transcription != null &&
_error == null &&
widget.enabled)
const SizedBox(width: 8),
if (_transcription != null &&
_error == null &&
widget.enabled)