AditionalRowStyle constructor

const AditionalRowStyle({
  1. Color color = Colors.transparent,
  2. EdgeInsets padding = const EdgeInsets.all(0),
})

Implementation

const AditionalRowStyle({
  this.color = Colors.transparent,
  this.padding = const EdgeInsets.all(0),
});