CustomButton constructor

const CustomButton({
  1. Key? key,
})

Implementation

const CustomButton({ Key? key }) : super(key: key);