AliceStatsScreen constructor

const AliceStatsScreen(
  1. AliceCore aliceCore, {
  2. Key? key,
})

Implementation

const AliceStatsScreen(this.aliceCore, {Key? key}) : super(key: key);