menu
video
video.dart
Resolution typedef
Resolution
dark_mode
light_mode
description
Resolution
typedef
Resolution
= (
{
int
height
,
int
width
}
)
The resolution of an image.
Implementation
typedef Resolution = ({int width, int height});
video
video
Resolution typedef
video library