LinkStyleButton constructor

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

Implementation

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