Skip to main content

Styling

For the styling theme there are night and light types.

Because the client is always concerned about styling, it must be paid more attention.

Colors

All colors in the project are included in the AppColors class Rules:

  • Give a name for the color as follows:
    [COLOR NAME]_[HEX]
    Example:
    static const black_393939 = Color(0xFF393939);