dimensionsLabel property
String?
get
dimensionsLabel
Implementation
String? get dimensionsLabel =>
(width != null && height != null) ? '$width x $height' : null;
String? get dimensionsLabel =>
(width != null && height != null) ? '$width x $height' : null;