AFUIPrototypeDrawerSPI.create constructor
AFUIPrototypeDrawerSPI.create(
- AFBuildContext<
AFUIDefaultStateView, AFUIPrototypeDrawerRouteParam> context, - AFStandardSPIData standard
Implementation
factory AFUIPrototypeDrawerSPI.create(AFBuildContext<AFUIDefaultStateView, AFUIPrototypeDrawerRouteParam> context, AFStandardSPIData standard) {
return AFUIPrototypeDrawerSPI(context, standard);
}