menu
avocado_ui package
documentation
widgets/form/buttons/avc_button.dart
AvcButton
AvcButton.new const constructor
AvcButton.new const constructor
dark_mode
light_mode
AvcButton
constructor
const
AvcButton
(
{
Key
?
key
,
required
Widget
content
,
})
Implementation
const AvcButton({ super.key, required this.content, });
avocado_ui package
documentation
widgets/form/buttons/avc_button
AvcButton
AvcButton.new const constructor
AvcButton class