TestButton constructor

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

Implementation

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