InsertEmbedButton constructor
const
InsertEmbedButton({
- Key? key,
- required ZefyrController controller,
- required IconData icon,
Implementation
const InsertEmbedButton({
Key? key,
required this.controller,
required this.icon,
}) : super(key: key);