AFAppFundamentalThemeAreaBuilder constructor

AFAppFundamentalThemeAreaBuilder({
  1. required Map<AFThemeID, List> optionsForType,
})

Implementation

AFAppFundamentalThemeAreaBuilder({
  required Map<AFThemeID, List<dynamic>> optionsForType
}): super(optionsForType);