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