@ -376,13 +376,25 @@ class _ProgressNoteState extends State<ProgressNoteScreen> {
fontSize: 14,
),
],
crossAxisAlignment: CrossAxisAlignment.end,
crossAxisAlignment:
CrossAxisAlignment.end,
)
SizedBox(
height: 8,
Row(
mainAxisAlignment:
MainAxisAlignment.start,
children: [
Expanded(
child: AppText(
notesList[index].notes,
fontSize: 10,
])