ContentOptions constructor

const ContentOptions({
  1. int flex = 1,
  2. ContentAlignment alignment = ContentAlignment.centerLeft,
})

Implementation

const ContentOptions({
  this.flex = 1,
  this.alignment = ContentAlignment.centerLeft,
});