import toggle_button.dart
import 'package:toggle_button/toggle_button.dart';
ToggleButton(
onChange: (status) {
},
),
ToggleButton(
borderRadius: 40.0,
size: 15.0,
backgroundColor: Colors.indigo,
foregroundColor: Colors.white,
axis: ToggleButtonAlignment.horizontal,
deactivatedColor: Colors.grey,
onChange: (status) {
},
),