WrapButton constructor

const WrapButton(
  1. String name,
  2. bool isSelected, {
  3. Key? key,
  4. VoidCallback? onPressed,
})

Implementation

const WrapButton(
  this.name,
  this.isSelected, {
  super.key,
  this.onPressed,
});