BsDataCell constructor

const BsDataCell(
  1. Widget child, {
  2. Key? key,
  3. EdgeInsets padding = const EdgeInsets.all(15.0),
  4. AlignmentGeometry? alignment,
})

Implementation

const BsDataCell(
  this.child, {
  Key? key,
  this.padding = const EdgeInsets.all(15.0),
  this.alignment,
}) : super(key: key);