menu
avocado_ui package
documentation
widgets/utils/avc_box.dart
AvcBox
AvcBox.new const constructor
AvcBox.new const constructor
dark_mode
light_mode
AvcBox
constructor
const
AvcBox
(
{
Key
?
key
,
required
Widget
content
,
bool
?
clicked
,
})
Implementation
const AvcBox({ super.key, required this.content, this.clicked, });
avocado_ui package
documentation
widgets/utils/avc_box
AvcBox
AvcBox.new const constructor
AvcBox class