NuntioButton constructor
NuntioButton({})
Implementation
NuntioButton({
required this.color,
required this.child,
required this.onPressed,
this.disabledTipnote,
this.darken,
this.loading,
this.disabled,
this.padding,
this.filled,
this.width,
this.height,
this.border,
this.borderColor,
});