Hide phonetics spacing if not showing icon after (#3444)
This commit is contained in:
parent
c325d2b1d7
commit
52ac8526e6
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue