FooterLayoutEntity constructor

const FooterLayoutEntity({
  1. String layoutDirection = 'row',
  2. List<FooterEntity>? footerContent,
})

Implementation

const FooterLayoutEntity({
  this.layoutDirection = 'row',
  this.footerContent,
});