AFAppFundamentalThemeAreaBuilder.create constructor
AFAppFundamentalThemeAreaBuilder.create()
Implementation
factory AFAppFundamentalThemeAreaBuilder.create() {
final options = <AFThemeID, List<dynamic>>{};
options[AFUIThemeID.brightness] = Brightness.values;
return AFAppFundamentalThemeAreaBuilder(optionsForType: options);
}