We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cf6da commit d16d4e6Copy full SHA for d16d4e6
packages/video_player_avplay/lib/video_player.dart
@@ -1676,7 +1676,7 @@ class ClosedCaption extends StatelessWidget {
1676
child: Padding(
1677
padding: EdgeInsets.only(
1678
bottom: bottomOffset +
1679
- (textCaptions!.length - 1 - index) * lineHeight),
+ (textCaptions.length - 1 - index) * lineHeight),
1680
child: DecoratedBox(
1681
decoration: BoxDecoration(
1682
color: textCaption?.windowBgColor ??
0 commit comments