DadJoke constructor

const DadJoke({
  1. Key? key,
  2. Color? backgroundColor,
  3. IconData? reloadIcon,
  4. Color? reloadIconColor,
  5. Widget? onLoadView,
  6. Color? onLoadViewColor,
  7. double? width,
})

Implementation

const DadJoke({
  Key? key,
  this.backgroundColor,
  this.reloadIcon,
  this.reloadIconColor,
  this.onLoadView,
  this.onLoadViewColor,
  this.width,
}) : super(key: key);