BigGhostButton constructor

const BigGhostButton({
  1. Key? key,
  2. String? title,
  3. Color? titleColor,
  4. Color? bgColor,
  5. VoidCallback? onTap,
  6. double? width,
  7. ButtonConfig? themeData,
})

Implementation

const BigGhostButton({
  Key? key,
  this.title,
  this.titleColor,
  this.bgColor,
  this.onTap,
  this.width,
  this.themeData,
}) : super(key: key);