mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-23 08:34:39 +01:00
new: server tag animation
This commit is contained in:
@@ -50,8 +50,11 @@ class TagEditor extends StatelessWidget {
|
||||
if (index < tags.length) {
|
||||
return _buildTagItem(context, tags[index], false);
|
||||
} else if (index > tags.length) {
|
||||
return _buildTagItem(context,
|
||||
tagSuggestions![index - tags.length - 1], true,);
|
||||
return _buildTagItem(
|
||||
context,
|
||||
tagSuggestions![index - tags.length - 1],
|
||||
true,
|
||||
);
|
||||
}
|
||||
return const VerticalDivider();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user