AFSIDefaultTheme.create constructor

AFSIDefaultTheme.create(
  1. AFThemeID id,
  2. AFFundamentalThemeState fundamentals,
  3. AFBuildContext<AFFlexibleStateView, AFRouteParam> context
)

Implementation

factory AFSIDefaultTheme.create(AFThemeID id, AFFundamentalThemeState fundamentals, AFBuildContext context) {
  return AFSIDefaultTheme(id, fundamentals, context);
}