|
|
|
|
@ -166,8 +166,10 @@ class _ProgressNoteState extends State<ProgressNoteScreen> {
|
|
|
|
|
index]
|
|
|
|
|
.createdBy)
|
|
|
|
|
AppText(
|
|
|
|
|
|
|
|
|
|
TranslationBase.of(context)
|
|
|
|
|
.notePending,
|
|
|
|
|
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
color: Color(0xFFCC9B14),
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
@ -472,6 +474,7 @@ class _ProgressNoteState extends State<ProgressNoteScreen> {
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight.w600,
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
isCopyable:true,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
@ -505,6 +508,7 @@ class _ProgressNoteState extends State<ProgressNoteScreen> {
|
|
|
|
|
.isArabic),
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
fontSize: 14,
|
|
|
|
|
isCopyable:true,
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
model
|
|
|
|
|
@ -522,6 +526,7 @@ class _ProgressNoteState extends State<ProgressNoteScreen> {
|
|
|
|
|
DateTime.now()),
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
fontSize: 14,
|
|
|
|
|
isCopyable:true,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
crossAxisAlignment:
|
|
|
|
|
@ -543,6 +548,7 @@ class _ProgressNoteState extends State<ProgressNoteScreen> {
|
|
|
|
|
index]
|
|
|
|
|
.notes,
|
|
|
|
|
fontSize: 10,
|
|
|
|
|
isCopyable:true,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
])
|
|
|
|
|
|