showLabel property

bool? get showLabel

Implementation

bool? get showLabel => _$this._showLabel;
set showLabel (bool? showLabel)

Implementation

set showLabel(bool? showLabel) => _$this._showLabel = showLabel;