FrameFill constructor
const
FrameFill([
- int flex = 1
Creates a weighted fill constraint.
Implementation
const FrameFill([this.flex = 1]) : assert(flex > 0);
Creates a weighted fill constraint.
const FrameFill([this.flex = 1]) : assert(flex > 0);