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