hasFixedSize property

bool hasFixedSize

Implementation

bool get hasFixedSize => width > 0 && height > 0;