TextButtonDemo constructor

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

Implementation

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