MaterialFooterWidget constructor

const MaterialFooterWidget({
  1. Key? key,
  2. Animation<Color?>? valueColor,
  3. Color? backgroundColor,
  4. required LinkFooterNotifier linkNotifier,
})

Implementation

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