XContainerWithLabel constructor

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

Implementation

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