File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
example/lib/example5_themes_playground/utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ String generateThemeDartCode(ThemeController controller) {
7070 ' errorContainer: ${scheme .light .errorContainer .toColorString ()},\n '
7171 ' ),\n ' ;
7272 if (useCustom) {
73- lightScheme = ' colors: const FlexSchemeColor( // Custom\n '
73+ lightScheme = ' colors: const FlexSchemeColor( // Custom colors \n '
7474 ' primary: ${controller .customPrimaryLight .toColorString ()},\n '
7575 ' primaryContainer: ${controller .customPrimaryContainerLight .toColorString ()},\n '
7676 ' primaryLightRef: ${controller .customPrimaryLightRef .toColorString ()},\n '
@@ -102,7 +102,7 @@ String generateThemeDartCode(ThemeController controller) {
102102 ' errorContainer: ${scheme .dark .errorContainer .toColorString ()},\n '
103103 ' ),\n ' ;
104104 if (useCustom) {
105- darkScheme = ' colors: const FlexSchemeColor( // Custom\n '
105+ darkScheme = ' colors: const FlexSchemeColor( // Custom colors \n '
106106 ' primary: ${controller .customPrimaryDark .toColorString ()},\n '
107107 ' primaryContainer: ${controller .customPrimaryContainerDark .toColorString ()},\n '
108108 ' primaryLightRef: ${controller .customPrimaryDarkRef .toColorString ()},\n '
You can’t perform that action at this time.
0 commit comments