SpannableGridStyle constructor

const SpannableGridStyle({
  1. Color backgroundColor = Colors.black12,
  2. double contentOpacity = 0.5,
  3. Decoration? selectedCellDecoration,
  4. double spacing = 2.0,
})

Implementation

const SpannableGridStyle({
  this.backgroundColor = Colors.black12,
  this.contentOpacity = 0.5,
  this.selectedCellDecoration,
  this.spacing = 2.0,
});