SystemWindowDecoration constructor

SystemWindowDecoration({
  1. Color? startColor,
  2. Color? endColor,
  3. int? borderWidth,
  4. double? borderRadius,
  5. Color? borderColor,
})

Implementation

SystemWindowDecoration(
    {this.startColor,
    this.endColor,
    this.borderWidth,
    this.borderRadius,
    this.borderColor});