AFUIPrototypeDrawerSPI.create constructor

AFUIPrototypeDrawerSPI.create(
  1. AFBuildContext<AFUIDefaultStateView, AFUIPrototypeDrawerRouteParam> context,
  2. AFStandardSPIData standard
)

Implementation

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