TmpButton constructor

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

Implementation

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