|
|
|
|
@ -34,18 +34,18 @@ class _CalendarPageState extends State<CalendarPage> with SingleTickerProviderSt
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
|
children: [
|
|
|
|
|
// todo @sikander, hiding My shift view, later when they add data, then will us it.
|
|
|
|
|
SizedBox(
|
|
|
|
|
width: double.infinity,
|
|
|
|
|
child: Column(
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
|
children: [
|
|
|
|
|
context.translation.myShift.heading5(context),
|
|
|
|
|
8.height,
|
|
|
|
|
context.translation.sunToThurs.bodyText(context),
|
|
|
|
|
"09:00 to 18:00".bodyText(context).custom(color: context.isDark ? AppColor.neutral10 : AppColor.neutral50),
|
|
|
|
|
],
|
|
|
|
|
).toShadowContainer(context),
|
|
|
|
|
).paddingOnly(start: 16, end: 16),
|
|
|
|
|
// SizedBox(
|
|
|
|
|
// width: double.infinity,
|
|
|
|
|
// child: Column(
|
|
|
|
|
// crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
|
// children: [
|
|
|
|
|
// context.translation.myShift.heading5(context),
|
|
|
|
|
// 8.height,
|
|
|
|
|
// context.translation.sunToThurs.bodyText(context),
|
|
|
|
|
// "09:00 to 18:00".bodyText(context).custom(color: context.isDark ? AppColor.neutral10 : AppColor.neutral50),
|
|
|
|
|
// ],
|
|
|
|
|
// ).toShadowContainer(context),
|
|
|
|
|
// ).paddingOnly(start: 16, end: 16),
|
|
|
|
|
16.height,
|
|
|
|
|
Container(
|
|
|
|
|
margin: const EdgeInsets.only(left: 16, right: 16),
|
|
|
|
|
|