[UIKit] Ui changes for upload_progress_indicator

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-02-17 17:55:13 +05:30
parent d5e9cec305
commit aa44d5840c
6 changed files with 43 additions and 45 deletions
@@ -86,11 +86,7 @@ class VideoAttachment extends AttachmentWidget {
},
child: Stack(
children: [
Container(
height: size?.height,
width: size?.width,
child: videoWidget,
),
videoWidget,
Center(
child: Material(
shape: CircleBorder(),