selected method

Widget selected()

Implementation

Widget selected() {
  return SlidingTab(isSelected: true, label: label, icon: icon);
}