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