BallPulseHeaderWidget constructor
const
BallPulseHeaderWidget({
- Key? key,
- Color? color,
- Color? backgroundColor,
- required LinkHeaderNotifier linkNotifier,
Implementation
const BallPulseHeaderWidget({
Key? key,
this.color,
this.backgroundColor,
required this.linkNotifier,
}) : super(key: key);