Footer constructor

Footer({
  1. required int page,
  2. int total = 18,
})

Implementation

Footer({required this.page, this.total = 18});