CourierCellStyle constructor

const CourierCellStyle({
  1. DividerThemeData? separatorStyle,
  2. EdgeInsetsGeometry? separatorInsets,
  3. Color? separatorColor,
  4. BoxDecoration? selectionStyle,
})

Implementation

const CourierCellStyle({
  this.separatorStyle,
  this.separatorInsets,
  this.separatorColor,
  this.selectionStyle,
});