add isCopyable on progress note

sick_leave
Elham Rababh 4 years ago
parent 17ee942de1
commit a4654e9bce

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

Loading…
Cancel
Save