Skip to content

Commit

Permalink
Screens: Downloads: DownloadTile: expand Stack widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Artx-II committed Oct 20, 2020
1 parent e59b0b6 commit a4fe5ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/downloadScreen/components/downloadTile.dart
Expand Up @@ -43,6 +43,7 @@ class DownloadTile extends StatelessWidget {
height: 90,
width: 160,
child: Stack(
fit: StackFit.expand,
children: [
ClipRRect(
borderRadius: BorderRadius.circular(10),
Expand Down

0 comments on commit a4fe5ba

Please sign in to comment.