CustomRaisedButton constructor

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

Implementation

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