EmbeddedButton constructor

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

Implementation

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