RowStyle constructor

RowStyle({
  1. double? minRowHeight,
  2. RowAlternatingStyle? alternatingStyle,
  3. Decoration? mouseOverDecoration,
  4. Decoration? decoration,
  5. EdgeInsets? margin,
})

Implementation

RowStyle({
  this.minRowHeight,
  this.alternatingStyle,
  this.mouseOverDecoration,
  this.decoration,
  this.margin,
});