FlutterSpreadsheetUIColumn constructor

FlutterSpreadsheetUIColumn({
  1. required FlutterSpreadsheetUICellBuilder cellBuilder,
  2. double? width,
  3. Alignment? contentAlignment,
  4. VoidCallback? onCellPressed,
  5. EdgeInsetsGeometry? padding,
  6. EdgeInsetsGeometry? margin,
})

Implementation

FlutterSpreadsheetUIColumn({
  required this.cellBuilder,
  this.width,
  this.contentAlignment,
  this.onCellPressed,
  this.padding,
  this.margin,
});