MephistoChipButton constructor

const MephistoChipButton({
  1. Key? key,
  2. required String text,
  3. Function? onClick,
  4. bool? isSelected = false,
})

Implementation

const MephistoChipButton(
    {super.key, required this.text, this.onClick, this.isSelected = false});