txt_total method

Widget txt_total()

Implementation

Widget txt_total(){
  var txt = "Total ".arf( "اجمالي الصفح ")  + widget.maxPage.toString() + " pages Go To Page".arf( " الذهاب الي صفحة");
  return TextTemplate.t( txt , levelDS: LevelDS.l3,
  color: Colors.black,
  margin: EdgeInsets.only(left: DSDimen.space_level_2));
}