Commit 32082e0211306e6e7f5b82772093eafef11df825

Authored by 权海
1 parent 92a550e3

feat(ui):自定义主题副标题支持多行

@@ -38,7 +38,7 @@ class CustomThemeCard extends StatelessWidget { @@ -38,7 +38,7 @@ class CustomThemeCard extends StatelessWidget {
38 SizedBox(height: 4), 38 SizedBox(height: 4),
39 Text( 39 Text(
40 context.l10n.watchThemeCustomDescription, 40 context.l10n.watchThemeCustomDescription,
41 - maxLines: 1, 41 + maxLines: 4,
42 overflow: TextOverflow.ellipsis, 42 overflow: TextOverflow.ellipsis,
43 style: TextStyle( 43 style: TextStyle(
44 color: WatchThemeColors.textSecondary, 44 color: WatchThemeColors.textSecondary,