Skip to content

Commit d16d4e6

Browse files
committed
fix dart_analyze issue
1 parent a8cf6da commit d16d4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/video_player_avplay/lib/video_player.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ class ClosedCaption extends StatelessWidget {
16761676
child: Padding(
16771677
padding: EdgeInsets.only(
16781678
bottom: bottomOffset +
1679-
(textCaptions!.length - 1 - index) * lineHeight),
1679+
(textCaptions.length - 1 - index) * lineHeight),
16801680
child: DecoratedBox(
16811681
decoration: BoxDecoration(
16821682
color: textCaption?.windowBgColor ??

0 commit comments

Comments
 (0)