ContainerStyleOptions constructor

const ContainerStyleOptions({
  1. Color? backgroundColor,
  2. double? widthFraction,
  3. double? heightFraction,
  4. EdgeInsetsGeometry? margin,
  5. EdgeInsetsGeometry? padding,
  6. Decoration? decoration,
  7. AlignmentGeometry? alignment,
  8. Clip? clipBehavior,
})

Implementation

const ContainerStyleOptions({
  this.backgroundColor,
  this.widthFraction,
  this.heightFraction,
  this.margin,
  this.padding,
  this.decoration,
  this.alignment,
  this.clipBehavior,
});