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