hasAspectRatio property
bool
get
hasAspectRatio
Returns true if aspectRatio
is not null, otherwise false.
Implementation
bool get hasAspectRatio => aspectRatio != null;
Returns true if aspectRatio
is not null, otherwise false.
bool get hasAspectRatio => aspectRatio != null;