gamma property

double? get gamma

Implementation

double? get gamma => js_util.getProperty(this, 'gamma');
set gamma (double? newValue)

Implementation

set gamma(double? newValue) {
  js_util.setProperty(this, 'gamma', newValue);
}