MainState constructor

const MainState({
  1. @Default(0) int selectIndex,
})

Implementation

const factory MainState({
  @Default(0) int selectIndex,
}) = _MainState;