BackgroundConfig constructor

BackgroundConfig({
  1. double? maskAlpha,
  2. String? borderBackgroundColor,
})

Implementation

BackgroundConfig({this.maskAlpha, this.borderBackgroundColor});