bt_go method

Widget bt_go()

Implementation

Widget bt_go(){
  return ButtonTemplate.t( "Go".arf( "الذهاب") , () {

    goToClickFunction();

  } ,
      margin: EdgeInsets.only(left: DSDimen.space_level_3 ),
      levelDS: LevelDS.l2,
    background: widget.colorSecondary,
    textColor: widget.colorPrimary,
  );
}