ZdsToggleButton constructor
- {required List<
String> values, - required ValueChanged<
int> onToggleCallback, - Key? key,
- Color? backgroundColor,
- int initialValue = 0,
- EdgeInsets margin = const EdgeInsets.all(kBigTogglePadding),
- Color? foregroundColor}
Constructs a ZdsToggleButton.
Implementation
const ZdsToggleButton