TF-1486 Add insert image in signature on mobile/tablet

(cherry picked from commit 3411ecf28c01651a3747e67dd797885a10b532fe)
This commit is contained in:
dab246
2023-07-13 00:25:12 +07:00
committed by Dat Vu
parent d072f6a243
commit ce14267928
7 changed files with 113 additions and 62 deletions
@@ -1,5 +1,5 @@
extension SizeExtension on int {
int get kiloByteToBytes => this * 1024;
int get toBytes => this * 1024;
}