TabSelection constructor

TabSelection(
  1. int current,
  2. int? previous
)

Implementation

TabSelection(this.current, this.previous);