TF-3578 Calendar event show free busy status

This commit is contained in:
DatDang
2025-04-02 11:25:06 +07:00
committed by Dat H. Pham
parent 0703d14761
commit 4538959d30
21 changed files with 456 additions and 15 deletions
@@ -5,6 +5,8 @@ import 'package:flutter/material.dart';
class EventTimeInformationWidgetStyles {
static const double maxWidth = 100;
static const double textSize = 16;
static const double horizontalSpacing = 8;
static const Color labelColor = AppColor.colorSubTitleEventActionText;
static const Color valueColor = Colors.black;
static const Color conflictColor = AppColor.warningColor;
}