BeagleStyle constructor

BeagleStyle({
  1. String? backgroundColor,
  2. String? borderColor,
  3. double? borderWidth,
  4. CornerRadius? cornerRadius,
  5. FlexDisplay? display,
  6. BeagleFlex? flex,
  7. EdgeValue? margin,
  8. EdgeValue? padding,
  9. EdgeValue? position,
  10. FlexPosition? positionType,
  11. BeagleSize? size,
  12. bool? isStack,
})

Implementation

BeagleStyle({
  this.backgroundColor,
  this.borderColor,
  this.borderWidth,
  this.cornerRadius,
  this.display,
  this.flex,
  this.margin,
  this.padding,
  this.position,
  this.positionType,
  this.size,
  this.isStack,
});