AFSIDefaultTheme.create constructor
AFSIDefaultTheme.create(
- AFThemeID id,
- AFFundamentalThemeState fundamentals,
- AFBuildContext<
AFFlexibleStateView, AFRouteParam> context
Implementation
factory AFSIDefaultTheme.create(AFThemeID id, AFFundamentalThemeState fundamentals, AFBuildContext context) {
return AFSIDefaultTheme(id, fundamentals, context);
}