unselected method

Widget unselected()

Implementation

Widget unselected() {
  return SlidingTab(isSelected: false, label: label, icon: icon);
}