menu
mephisto_ui
components/buttons/mephisto_chip_button.dart
MephistoChipButton
MephistoChipButton const constructor
MephistoChipButton
dark_mode
light_mode
MephistoChipButton
constructor
const
MephistoChipButton
(
{
Key
?
key
,
required
String
text
,
Function
?
onClick
,
bool
?
isSelected
=
false
,
})
Implementation
const MephistoChipButton( {super.key, required this.text, this.onClick, this.isSelected = false});
mephisto_ui
mephisto_chip_button
MephistoChipButton
MephistoChipButton const constructor
MephistoChipButton class