HomeScreen constructor

const HomeScreen(
  1. {Key key,
  2. bool autoAuthCheck: true,
  3. bool autoRefresh: true}
)

Implementation

const HomeScreen(
    {Key key, this.autoAuthCheck = true, this.autoRefresh = true})
    : super(key: key);