CustomBut constructor

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

Implementation

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