switcherWidget property

Widget switcherWidget

Implementation

Widget get switcherWidget {
  return SwitcherWidget(
    selected: this.value,
    size: this.size,
    borderRadius: this._borderRadius,
    duration: this.duration,
    activeColor: this.activeColor,
    disableColor: this.disableColor,
  );
}