BackgroundCustomization constructor

BackgroundCustomization({
  1. String? backgroundColor,
  2. int? backgroundAlpha,
})

Implementation

BackgroundCustomization({this.backgroundColor, this.backgroundAlpha});