mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-22 14:10:37 -04:00
More UI Cleanup
This commit is contained in:
parent
3b1cb53b8a
commit
68e8d7fd39
17 changed files with 281 additions and 301 deletions
|
@ -43,7 +43,11 @@ class StyledCheckbox extends StatelessWidget {
|
|||
await _onChanged(value);
|
||||
});
|
||||
})),
|
||||
Text(_label, style: textStyle).paddingAll(4.scaled(context)),
|
||||
Text(
|
||||
_label,
|
||||
style: textStyle,
|
||||
overflow: TextOverflow.clip,
|
||||
).paddingLTRB(4.scaled(context), 0, 0, 0).flexible(),
|
||||
]);
|
||||
|
||||
if (_decoratorLabel != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue