DataGridCurrentCellStyle constructor
Create a DataGridCurrentCellStyle that's used to configure
a style for the current cell in SfDataGrid
.
Implementation
const DataGridCurrentCellStyle(
{required this.borderColor, required this.borderWidth});