AvcButton constructor

const AvcButton({
  1. Key? key,
  2. required Widget content,
})

Implementation

const AvcButton({
  super.key,
  required this.content,
});