DirectNudeButton constructor

DirectNudeButton({
  1. String? keyValue,
  2. GestureTapCallback? onTap,
  3. String? text,
  4. DirectButtonState? buttonState,
  5. FontWeight? fontWeight,
  6. String? fontFamily,
  7. double? fontSize,
  8. Color? color,
})

Implementation

DirectNudeButton(
    {this.keyValue,
    this.onTap,
    this.text,
    this.buttonState,
    this.fontWeight,
    this.fontFamily,
    this.fontSize,
    this.color});