FadeConfig constructor

const FadeConfig({
  1. required double padding,
  2. required double edgeThickness,
})

Implementation

const FadeConfig({
  required this.padding,
  required this.edgeThickness,
});