BeagleFlex constructor

BeagleFlex({
  1. AlignContent? alignContent,
  2. AlignItems? alignItems,
  3. AlignSelf? alignSelf,
  4. UnitValue? basis,
  5. num? flex,
  6. FlexDirection? flexDirection,
  7. FlexWrap? flexWrap,
  8. num? grow,
  9. JustifyContent? justifyContent,
  10. num? shrink,
})

Implementation

BeagleFlex({
  this.alignContent,
  this.alignItems,
  this.alignSelf,
  this.basis,
  this.flex,
  this.flexDirection,
  this.flexWrap,
  this.grow,
  this.justifyContent,
  this.shrink,
});