BsIconLink constructor
const
BsIconLink({})
Creates a BsIconLink.
Implementation
const BsIconLink({
super.key,
required this.label,
required this.icon,
required this.onPressed,
this.iconAfter = true,
this.color,
this.gap = 8.0,
});