Footer2 constructor
const
Footer2({})
Implementation
const Footer2({
Key? key,
required this.title,
this.titleStyle = const TextStyle(),
required this.logo,
this.action = const [],
}) : super(key: key);
const Footer2({
Key? key,
required this.title,
this.titleStyle = const TextStyle(),
required this.logo,
this.action = const [],
}) : super(key: key);