CellConfig constructor
CellConfig({
- Color? backgroundColor,
- EdgeInsets? margin,
- EdgeInsets? padding,
- TextStyle? textStyle,
- Alignment? alignment,
- EBorderRadius? borderRadius,
- BoxShape? shape,
Implementation
CellConfig({
this.backgroundColor,
this.margin,
this.padding,
this.textStyle,
this.alignment,
this.borderRadius,
this.shape,
});