NsgStyleIconButton constructor
const
NsgStyleIconButton({
- Key? key,
- NsgButtonStyle style = NsgButtonStyle.dark,
- void onTap()?,
- required IconData icon,
- int nott = 0,
Implementation
const NsgStyleIconButton({super.key, this.style = NsgButtonStyle.dark, this.onTap, required this.icon, this.nott = 0});