SWApp constructor

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

Implementation

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