BaseStyles constructor

const BaseStyles({
  1. double? width,
  2. double? height,
  3. Color? background,
  4. Gradient? gradient,
  5. BoxBorder? border,
  6. double? elevation,
  7. double? borderRadius,
  8. BorderRadiusGeometry? borderRadiusGeometry,
})

Implementation

const BaseStyles(
    {this.width,
    this.height,
    this.background,
    this.gradient,
    this.border,
    this.elevation,
    this.borderRadius,
    this.borderRadiusGeometry});