menu
kyc_plugin_rcs package
documentation
common_widget.dart
MyOutlinedButton
MyOutlinedButton.new const constructor
MyOutlinedButton.new const constructor
dark_mode
light_mode
MyOutlinedButton
constructor
const
MyOutlinedButton
(
{
Key
?
key
,
required
void
onTap
(),
String
?
text
,
})
Implementation
const MyOutlinedButton({super.key, required this.onTap, this.text});
kyc_plugin_rcs package
documentation
common_widget
MyOutlinedButton
MyOutlinedButton.new const constructor
MyOutlinedButton class