RoundButton constructor

const RoundButton({
  1. Key? key,
  2. required IconData icon,
})

Implementation

const RoundButton({
  Key? key,
  required this.icon,
}) : super(key: key);