RowAlternatingStyle constructor

RowAlternatingStyle({
  1. required Decoration decoration,
  2. bool isEven = true,
})

Implementation

RowAlternatingStyle({
  required this.decoration,
  this.isEven = true,
});