hasWindowControls property

bool hasWindowControls

Implementation

bool get hasWindowControls =>
    onClose != null || onMinimize != null || onMaximize != null;