RowAlternatingStyle constructor
RowAlternatingStyle({
- required Decoration decoration,
- bool isEven = true,
Implementation
RowAlternatingStyle({
required this.decoration,
this.isEven = true,
});