BallPulseHeaderWidget constructor

const BallPulseHeaderWidget({
  1. Key? key,
  2. Color? color,
  3. Color? backgroundColor,
  4. required LinkHeaderNotifier linkNotifier,
})

Implementation

const BallPulseHeaderWidget({
  Key? key,
  this.color,
  this.backgroundColor,
  required this.linkNotifier,
}) : super(key: key);