FrameFill constructor

const FrameFill([
  1. int flex = 1
])

Creates a weighted fill constraint.

Implementation

const FrameFill([this.flex = 1]) : assert(flex > 0);