AFUIControlSettings constructor
const
AFUIControlSettings({
- required AFUIControlKind kind,
- required String suffix,
- required List<
String> path, - required Object implBuildWithSPI,
- required Object implBuildBody,
- required Object implsSPI,
- required Object implsSuper,
- required Object paramsConstructor,
- required Object routeParamImpls,
- required Object screenAdditionalMethods,
- required Object spi,
- required Object stateTestShortcut,
- required Object createPrototype,
- required Object extraConfigParams,
- required Object smokeTestImpl,
Implementation
const AFUIControlSettings({
required this.kind,
required this.suffix,
required this.path,
required this.implBuildWithSPI,
required this.implBuildBody,
required this.implsSPI,
required this.implsSuper,
required this.paramsConstructor,
required this.routeParamImpls,
required this.navigatePush,
required this.screenAdditionalMethods,
required this.spi,
required this.stateTestShortcut,
required this.createPrototype,
required this.extraConfigParams,
required this.smokeTestImpl,
});