VolvoxGridSubtotalLevel constructor

const VolvoxGridSubtotalLevel({
  1. int? groupCol,
  2. String caption = '',
  3. int backColor = _defaultSubtotalBackColor,
  4. int foreColor = _defaultSubtotalForeColor,
})

Implementation

const VolvoxGridSubtotalLevel({
  this.groupCol,
  this.caption = '',
  this.backColor = _defaultSubtotalBackColor,
  this.foreColor = _defaultSubtotalForeColor,
});