App constructor
App([
- void b()?
Creates a new App object using the builder pattern.
Implementation
factory App([void Function(AppBuilder)? b]) = _$App;
Creates a new App object using the builder pattern.
factory App([void Function(AppBuilder)? b]) = _$App;