BodyFlex constructor

const BodyFlex({
  1. int head = 1,
  2. int body = 4,
  3. int footer = 1,
})

Implementation

const BodyFlex({this.head = 1, this.body = 4, this.footer = 1});