showCmd property

SHOW_WINDOW_CMD get showCmd

The current show state of the window.

Implementation

SHOW_WINDOW_CMD get showCmd => .new(_showCmd);
set showCmd (SHOW_WINDOW_CMD value)

Implementation

set showCmd(SHOW_WINDOW_CMD value) => _showCmd = value;