@ -78,10 +78,18 @@ class MyScheduleWidget extends StatelessWidget {
SizedBox(
height: 5,
),
AppText(
Container(
width: MediaQuery.of(context).size.width*0.55,
child: Expanded(
child: Padding(
padding: const EdgeInsets.all(8.0),
child: AppText(
work.from + ' - ' + work.to,
fontSize: 2.0 * SizeConfig.textMultiplier,
fontSize: 15,
fontWeight: FontWeight.w300,
)
],