HomeApp constructor

const HomeApp({
  1. Key? key,
})

Implementation

const HomeApp({Key? key}) : super(key: key);