mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
opt.: ssh tab
This commit is contained in:
@@ -21,7 +21,6 @@ class ChoiceChipX<T> extends StatelessWidget {
|
||||
label: Text(label),
|
||||
side: BorderSide.none,
|
||||
selected: state.selected(value),
|
||||
selectedColor: Theme.of(context).colorScheme.primary,
|
||||
onSelected: state.onSelected(value),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user