Column constructor

const Column({
  1. int since = 1,
})

Implementation

const Column({
  this.since = 1,
});