NsgStyleButton constructor

const NsgStyleButton({
  1. Key? key,
  2. bool isEnabled = true,
  3. int flex = 1,
  4. NsgButtonStyle style = NsgButtonStyle.dark,
  5. void onTap()?,
  6. String? text,
  7. IconData? icon,
})

Implementation

const NsgStyleButton({super.key, this.isEnabled = true, this.flex = 1, this.style = NsgButtonStyle.dark, this.onTap, this.text, this.icon});