mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -153,13 +153,12 @@ Widget module(
|
||||
spacing: 2,
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
if (common.title?.isNotEmpty ?? false)
|
||||
Text(
|
||||
common.title!,
|
||||
style: TextStyle(color: theme.colorScheme.primary),
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
Text(
|
||||
'${common.titlePrefix ?? ''}${common.title ?? ''}',
|
||||
style: TextStyle(color: theme.colorScheme.primary),
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
if (common.desc?.isNotEmpty ?? false)
|
||||
Text(
|
||||
common.desc!,
|
||||
|
||||
Reference in New Issue
Block a user