Footer1Web constructor

const Footer1Web({
  1. Key? key,
  2. required String title,
  3. TextStyle? titleStyle,
  4. List<Widget>? action,
})

Implementation

const Footer1Web({
  super.key,
  required this.title,
  this.titleStyle,
  required this.logo,
  this.action,
});