TaurusFooterWidget constructor

const TaurusFooterWidget({
  1. Key? key,
  2. Color? backgroundColor = Colors.blue,
  3. required LinkFooterNotifier linkNotifier,
})

Implementation

const TaurusFooterWidget({
  Key? key,
  this.backgroundColor = Colors.blue,
  required this.linkNotifier,
}) : super(key: key);