CryToggleButtons constructor

CryToggleButtons(
  1. List<SelectOptionVO> options, {
  2. Object? defaultValue,
  3. double? fontSize,
  4. ValueChanged? afterOnPress,
})

Implementation

CryToggleButtons(this.options, {this.defaultValue, this.fontSize, this.afterOnPress});