OutlinedButtonDemo constructor

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

Implementation

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