Base constructor

Base({
  1. Key? key,
  2. int selectedIndex = 0,
})

Implementation

Base({Key? key, this.selectedIndex = 0}) : super(key: key);