CourierCellStyle constructor
const
CourierCellStyle({
- DividerThemeData? separatorStyle,
- EdgeInsetsGeometry? separatorInsets,
- Color? separatorColor,
- BoxDecoration? selectionStyle,
Implementation
const CourierCellStyle({
this.separatorStyle,
this.separatorInsets,
this.separatorColor,
this.selectionStyle,
});