MyApp constructor

MyApp(
  1. {Key key,
  2. ThemeData theme}
)

Implementation

MyApp({Key key, this.theme}) : super(key: key);