RowStyle constructor
RowStyle({
- double? minRowHeight,
- RowAlternatingStyle? alternatingStyle,
- Decoration? mouseOverDecoration,
- Decoration? decoration,
- EdgeInsets? margin,
Implementation
RowStyle({
this.minRowHeight,
this.alternatingStyle,
this.mouseOverDecoration,
this.decoration,
this.margin,
});