SimpleButton constructor

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

Implementation

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