SwitchButtonItem constructor

SwitchButtonItem({
  1. String? title,
  2. Widget? content,
  3. ValueKey? key,
})

Implementation

SwitchButtonItem({
  this.title,
  this.content,
  this.key,
});