circular(8.0), indicatorBorderRadius: BorderRadius.zero, ), styleBuilder: (i) => ToggleStyle(indicatorColor: i.isEven == true ? Colors.green : Colors.tealAccent), onChanged: (i) => setState(() => value = i), )About Fully customizable, draggable and animated switch for Flutter with ...