menu
listo_design_system package
documentation
molecules/app_bar/selection_button.dart
SelectionButton
SelectionButton.new const constructor
SelectionButton.new const constructor
dark_mode
light_mode
SelectionButton
constructor
const
SelectionButton
(
{
Key
?
key
,
required
String
title
,
required
String
subtitle
,
FutureOr
<
void
>
onPressed
()?,
})
Implementation
const
SelectionButton({
super
.key,
required
this
.title,
required
this
.subtitle,
this
.onPressed, });
listo_design_system package
documentation
molecules/app_bar/selection_button
SelectionButton
SelectionButton.new const constructor
SelectionButton class