mirror of
https://github.com/koloideal/Casha.git
synced 2026-08-08 17:51:14 +03:00
step
This commit is contained in:
@@ -33,7 +33,15 @@ class AccountScopeChips extends ConsumerWidget {
|
||||
HapticService.selection();
|
||||
},
|
||||
),
|
||||
const SizedBox(width: 6),
|
||||
if (accounts.isNotEmpty) ...[
|
||||
const SizedBox(width: 8),
|
||||
Container(
|
||||
width: 1,
|
||||
height: 16,
|
||||
color: Theme.of(context).colorScheme.onSurface.withOpacity(0.15),
|
||||
),
|
||||
const SizedBox(width: 8),
|
||||
],
|
||||
...accounts.asMap().entries.map((entry) {
|
||||
final index = entry.key + 1;
|
||||
final account = entry.value;
|
||||
|
||||
Reference in New Issue
Block a user