AwsBarThemeBridge constructor

AwsBarThemeBridge({
  1. Color? color,
  2. BoxBorder? border,
  3. BorderRadiusGeometry? borderRadius,
  4. List<BoxShadow>? boxShadow,
  5. Gradient? gradient,
  6. BlendMode? backgroundBlendMode,
  7. Gradient? borderGradient,
})

Implementation

AwsBarThemeBridge({
  this.color,
  this.border,
  this.borderRadius,
  this.boxShadow,
  this.gradient,
  this.backgroundBlendMode,
  this.borderGradient,
});