XContainerWithLabel constructor

XContainerWithLabel(
  1. String? label, {
  2. double? height,
  3. Color? label_Color,
  4. AlignmentGeometry? alignmentContainer,
  5. TextAlign? textAlignment,
  6. double? maxwidth,
  7. EdgeInsetsGeometry? margin,
  8. EdgeInsetsGeometry? padding,
  9. Decoration? decoration,
  10. Color? color = Colors.white,
  11. TextStyle? textStyle,
})

Implementation

XContainerWithLabel(
  this.label, {
  this.height,
  this.label_Color,
  this.alignmentContainer,
  this.textAlignment,
  this.maxwidth,
  this.margin,
  this.padding,
  this.decoration,
  this.color = Colors.white,
  this.textStyle,
});