CustomMaterialButton constructor

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

Implementation

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