Skip to content

Commit

Permalink
Merge pull request #696 from dferrarigrowtech/patch-1
Browse files Browse the repository at this point in the history
Fix comment in video_texture.dart
  • Loading branch information
alexmercerind committed Apr 30, 2024
2 parents 6b0d415 + 0773086 commit 9cf7d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media_kit_video/lib/src/video/video_texture.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ class Video extends StatefulWidget {
/// The [VideoController] reference to control this [Video] output.
final VideoController controller;

/// Height of this viewport.
/// Width of this viewport.
final double? width;

/// Width of this viewport.
/// Height of this viewport.
final double? height;

/// Fit of the viewport.
Expand Down

0 comments on commit 9cf7d62

Please sign in to comment.