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