showNormalDistributionCurve property

bool showNormalDistributionCurve

Implementation

bool get showNormalDistributionCurve => _showNormalDistributionCurve;
void showNormalDistributionCurve=(bool value)

Implementation

set showNormalDistributionCurve(bool value) {
  if (_showNormalDistributionCurve != value) {
    _showNormalDistributionCurve = value;
    markNeedsLayout();
  }
}