ColParams constructor

const ColParams({
  1. MainAxisAlignment? mainAxisAlignment,
  2. CrossAxisAlignment? crossAxisAlignment,
  3. MainAxisSize? mainAxisSize,
  4. TextBaseline? textBaseline,
  5. TextDirection? textDirection,
  6. VerticalDirection? verticalDirection,
})

Implementation

const ColParams({
  this.mainAxisAlignment,
  this.crossAxisAlignment,
  this.mainAxisSize,
  this.textBaseline,
  this.textDirection,
  this.verticalDirection,
});