|
Some checks failed
Security / Security check (push) Failing after 2s
The 'Documentation' row in the module-detail sheet showed a RenderFlex horizontal overflow when the sheet is narrow (~340dp on mobile/portrait). The Row had: [Button] [Spacer] [Text(hint)] without any Expanded/Flexible wrapper, so the hint text could not break and pushed past the right edge. Fix: wrap the hint Text in Expanded. Text now wraps to a second line at narrow widths instead of overflowing. Also explicitly set crossAxisAlignment.center so the wrapped text visually aligns with the button on a single baseline. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com> |
||
|---|---|---|
| .. | ||
| data | ||
| l10n | ||
| pages | ||
| theme | ||
| widgets | ||
| main.dart | ||