MainDiv constructor

MainDiv({
  1. String? border,
  2. String? borderRadius,
  3. String? backgroundColor,
  4. int? borderWidthValue,
  5. String? borderWidth,
  6. int? radius,
  7. String? borderColor,
  8. String? borderStyle,
})

Implementation

MainDiv(
    {this.border,
    this.borderRadius,
    this.backgroundColor,
    this.borderWidthValue,
    this.borderWidth,
    this.radius,
    this.borderColor,
    this.borderStyle});