728x90
class AppColor {
AppColor._();
static const Color notWhite = Color(0xFFEDF0F2);
static const Color nearlyWhite = Color(0xFFFEFEFE);
static const Color white = Color(0xFFFFFFFF);
static const Color nearlyBlack = Color(0xFF213333);
}
https://velog.io/@vkdl370528/Dart-Private-Contructor에-관하여
728x90
'개발 > Flutter' 카테고리의 다른 글
In flutter, Making 2 page with 1 GetXController (0) | 2022.09.06 |
---|---|
Flutter에서 지네릭 메서드 만들기 (0) | 2022.09.02 |
flutter google map crash (0) | 2022.08.29 |
flutter freezes nested class toJson 오류 현상 제거 (0) | 2022.08.26 |
math log 사용하기 (0) | 2022.08.23 |