menu
flutter_compose_ui_modifiers package
documentation
other/m_button.dart
MButtonMini2
MButtonMini2.new const constructor
MButtonMini2.new const constructor
dark_mode
light_mode
MButtonMini2
constructor
const
MButtonMini2
(
String
text
, {
void
onTap
()?,
Key
?
key
,
})
Implementation
const MButtonMini2(this.text, {this.onTap, super.key});
flutter_compose_ui_modifiers package
documentation
other/m_button
MButtonMini2
MButtonMini2.new const constructor
MButtonMini2 class