CustomRawMaterialButton constructor

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

Implementation

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