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