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:Example:
[COLOR NAME]_[HEX]
static const black_393939 = Color(0xFF393939);