Colors

Colors

Different types of charts are prepared in admin panel by flutter code.


Primary colors
Error colors
Success colors
Warning colors
Information colors

Primary colors:


These are primary colors in flutter admin panel,
and are used like:

StructureBuilder.styles!.primaryColor,




Error colors:



These are error colors in flutter admin panel,
and are used as:
StructureBuilder.styles!.dangerColor().dangerRegular,
StructureBuilder.styles!.dangerColor().dangerLight,
StructureBuilder.styles!.dangerColor().dangerDark,



Success colors:

These are success colors in flutter admin panel,
and are used as:
 StructureBuilder.styles!.successColor().successRegular,
 StructureBuilder.styles!.successColor().successLight,
 StructureBuilder.styles!.successColor().successDark,



Warning colors:

These are warning colors in flutter admin panel,
and are used as:
StructureBuilder.styles!.warningColor().warningRegular,
StructureBuilder.styles!.warningColor().warningLight,
StructureBuilder.styles!.warningColor().warningDark,



Information colors:

These are information colors in flutter admin panel,
and are used as:
StructureBuilder.styles!.informationColor().informationRegular,
StructureBuilder.styles!.informationColor().informationLight,
StructureBuilder.styles!.informationColor().informationDark,