InsertEmbedButton constructor

const InsertEmbedButton({
  1. Key? key,
  2. required ZefyrController controller,
  3. required IconData icon,
})

Implementation

const InsertEmbedButton({
  Key? key,
  required this.controller,
  required this.icon,
}) : super(key: key);