Frame constructor

const Frame({
  1. Key? key,
  2. Widget? app,
})

Implementation

const Frame({Key? key, this.app}) : super(key: key);