Fix the size of video loader progress bar (#1230)

This commit is contained in:
Neeraj Gupta 2023-06-21 11:49:53 +05:30 committed by GitHub
commit feeb958b25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,7 @@ class _VideoWidgetState extends State<VideoWidget> {
),
Center(
child: SizedBox.fromSize(
size: const Size.square(30),
size: const Size.square(20),
child: _progress == null || _progress == 1
? const CupertinoActivityIndicator(
color: Colors.white,