|
|
|
|
@ -102,16 +102,19 @@ class _TimeLineViewState extends State<TimeLineView> {
|
|
|
|
|
TranslationBase.of(context).appointments,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: CustomColors.white,
|
|
|
|
|
fontSize: 14,
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
letterSpacing: -0.72,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Text(
|
|
|
|
|
TranslationBase.of(context).timeLine,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: CustomColors.white,
|
|
|
|
|
fontSize: 24,
|
|
|
|
|
fontSize: 20,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
letterSpacing: -1.44,
|
|
|
|
|
height: 1.2,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
@ -205,16 +208,19 @@ class _TimeLineViewState extends State<TimeLineView> {
|
|
|
|
|
TranslationBase.of(context).appointments,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: CustomColors.white,
|
|
|
|
|
fontSize: 14,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
letterSpacing: -0.72,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Text(
|
|
|
|
|
TranslationBase.of(context).timeLine,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: CustomColors.white,
|
|
|
|
|
fontSize: 24,
|
|
|
|
|
fontSize: 22,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
letterSpacing: -1.44,
|
|
|
|
|
height: 1.2,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
@ -226,6 +232,7 @@ class _TimeLineViewState extends State<TimeLineView> {
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
fontSize: 14,
|
|
|
|
|
letterSpacing: -0.42,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
mHeight(4),
|
|
|
|
|
@ -245,7 +252,11 @@ class _TimeLineViewState extends State<TimeLineView> {
|
|
|
|
|
child: AutoSizeText(
|
|
|
|
|
TranslationBase.of(context).login,
|
|
|
|
|
maxLines: 1,
|
|
|
|
|
style: TextStyle(color: Colors.white, fontSize: 14),
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
letterSpacing: -0.33,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
@ -297,6 +308,8 @@ class TimelineNewWidget extends StatelessWidget {
|
|
|
|
|
),
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: CustomColors.grey2,
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
height: 1.2,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
mWidth(8),
|
|
|
|
|
@ -324,7 +337,9 @@ class TimelineNewWidget extends StatelessWidget {
|
|
|
|
|
appoitmentAllHistoryResul.doctorNameObj,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: CustomColors.white,
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
fontSize: 10,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
letterSpacing: -0.36,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Text(
|
|
|
|
|
@ -332,7 +347,8 @@ class TimelineNewWidget extends StatelessWidget {
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: CustomColors.grey2,
|
|
|
|
|
fontSize: 8,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
letterSpacing: -0.36,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
|