mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
@@ -62,6 +62,7 @@ class _SnippetListPageState extends ConsumerState<SnippetListPage> with Automati
|
|||||||
tags: snippetState.tags.vn,
|
tags: snippetState.tags.vn,
|
||||||
onTagChanged: (tag) => _tag.value = tag,
|
onTagChanged: (tag) => _tag.value = tag,
|
||||||
initTag: _tag.value,
|
initTag: _tag.value,
|
||||||
|
singleLine: true,
|
||||||
),
|
),
|
||||||
body: _buildSnippetList(snippets, tag),
|
body: _buildSnippetList(snippets, tag),
|
||||||
floatingActionButton: FloatingActionButton(
|
floatingActionButton: FloatingActionButton(
|
||||||
|
|||||||
Reference in New Issue
Block a user