resolutionString property

String get resolutionString

Returns formatted resolution string (e.g., "1920x1080").

Implementation

String get resolutionString => '${width}x$height';