NsgStyleIconButton constructor

const NsgStyleIconButton({
  1. Key? key,
  2. NsgButtonStyle style = NsgButtonStyle.dark,
  3. void onTap()?,
  4. required IconData icon,
  5. int nott = 0,
})

Implementation

const NsgStyleIconButton({super.key, this.style = NsgButtonStyle.dark, this.onTap, required this.icon, this.nott = 0});