PagedDataTableFooterConfiguration constructor

const PagedDataTableFooterConfiguration({
  1. bool showTotalElements = false,
  2. bool footerVisible = true,
})

Implementation

const PagedDataTableFooterConfiguration(
    {this.showTotalElements = false, this.footerVisible = true});