SelectHeadingStyleButton constructor

const SelectHeadingStyleButton({
  1. Key? key,
  2. required ZefyrController controller,
})

Implementation

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