MaterialFooterWidget constructor
const
MaterialFooterWidget({
- Key? key,
- Animation<
Color?> ? valueColor, - Color? backgroundColor,
- required LinkFooterNotifier linkNotifier,
Implementation
const MaterialFooterWidget({
Key? key,
this.valueColor,
this.backgroundColor,
required this.linkNotifier,
}) : super(key: key);