menu
flutter_compose_ui_modifiers package
documentation
other/m_button.dart
MCommonConfirmThemeButton
MCommonConfirmThemeButton.new const constructor
MCommonConfirmThemeButton.new const constructor
dark_mode
light_mode
MCommonConfirmThemeButton
constructor
const
MCommonConfirmThemeButton
(
{
Key
?
key
,
required
String
buttonText
,
required
Future
<
void
>
onPressed
(),
})
Implementation
const MCommonConfirmThemeButton( {super.key, required this.buttonText, required this.onPressed});
flutter_compose_ui_modifiers package
documentation
other/m_button
MCommonConfirmThemeButton
MCommonConfirmThemeButton.new const constructor
MCommonConfirmThemeButton class