mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: tag switcher
This commit is contained in:
@@ -29,7 +29,7 @@ class SnippetResultPage extends StatelessWidget {
|
||||
final item = results[index];
|
||||
if (item == null) return UIs.placeholder;
|
||||
return CardX(
|
||||
ExpandTile(
|
||||
child: ExpandTile(
|
||||
initiallyExpanded: results.length == 1,
|
||||
title: Text(item.dest ?? ''),
|
||||
subtitle: Text(item.time.toString(), style: UIs.textGrey),
|
||||
|
||||
Reference in New Issue
Block a user