ElevatedButtonDemo constructor

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

Implementation

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