Skip to content

Commit f79b963

Browse files
committed
Cleanup parameters description
1 parent 2a1633b commit f79b963

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/flyer_chat_video_message/lib/src/flyer_chat_video_message.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ class FlyerChatVideoMessage extends StatefulWidget {
2121
/// Commonly used for authorization tokens, e.g., {'Authorization': 'Bearer token'}.
2222
final Map<String, String>? headers;
2323

24-
/// Border radius of the image container.
24+
/// Border radius of the video container.
2525
final BorderRadiusGeometry? borderRadius;
2626

27-
/// Constraints for the image size.
27+
/// Constraints for the video size.
2828
final BoxConstraints? constraints;
2929

3030
/// Color of the overlay shown during video loading for a sent message
@@ -33,13 +33,13 @@ class FlyerChatVideoMessage extends StatefulWidget {
3333
/// Color of the overlay shown during video loading for a received message
3434
final Color? receivedLoadingOverlayColor;
3535

36-
/// Color of the circular progress indicator shown during image loading.
36+
/// Color of the circular progress indicator shown during video loading.
3737
final Color? loadingIndicatorColor;
3838

39-
/// Color of the overlay shown during image upload.
39+
/// Color of the overlay shown during video upload.
4040
final Color? uploadOverlayColor;
4141

42-
/// Color of the circular progress indicator shown during image upload.
42+
/// Color of the circular progress indicator shown during video upload.
4343
final Color? uploadIndicatorColor;
4444

4545
/// Text style for the message timestamp and status.
@@ -54,7 +54,7 @@ class FlyerChatVideoMessage extends StatefulWidget {
5454
/// Whether to display the message status (sent, delivered, seen) for sent messages.
5555
final bool showStatus;
5656

57-
/// Position of the timestamp and status indicator relative to the image.
57+
/// Position of the timestamp and status indicator relative to the video.
5858
final TimeAndStatusPosition timeAndStatusPosition;
5959

6060
/// Wheter to use the root navigator to push the video player.
@@ -75,7 +75,7 @@ class FlyerChatVideoMessage extends StatefulWidget {
7575
/// Color of the play icon.
7676
final Color playIconColor;
7777

78-
/// Creates a widget to display an image message.
78+
/// Creates a widget to display an video message.
7979
const FlyerChatVideoMessage({
8080
super.key,
8181
required this.message,

0 commit comments

Comments
 (0)