GenericDesktopMonitorFramePainter constructor
      const
      GenericDesktopMonitorFramePainter({ 
    
    
- required TargetPlatform platform,
- required Rect windowPosition,
- Color outerBodyColor = defaultOuterBodyColor,
- Color innerBodyColor = defaultInnerBodyColor,
- Radius outerBodyRadius = defaultOuterBodyRadius,
- Radius innerBodyRadius = defaultInnerBodyRadius,
- EdgeInsets innerBodyInsets = defaultInnerBodyInsets,
- EdgeInsets screenInsets = defaultScreenInsets,
- Radius screenRadius = defaultScreenRadius,
- Size footSize = defaultFootSize,
- double footBarWidth = defaultFootBarWidth,
- double footBaseHeight = defaultFootBaseHeight,
- Radius windowRadius = defaultWindowRadius,
Implementation
const GenericDesktopMonitorFramePainter({
  required this.platform,
  required this.windowPosition,
  this.outerBodyColor = defaultOuterBodyColor,
  this.innerBodyColor = defaultInnerBodyColor,
  this.outerBodyRadius = defaultOuterBodyRadius,
  this.innerBodyRadius = defaultInnerBodyRadius,
  this.innerBodyInsets = defaultInnerBodyInsets,
  this.screenInsets = defaultScreenInsets,
  this.screenRadius = defaultScreenRadius,
  this.footSize = defaultFootSize,
  this.footBarWidth = defaultFootBarWidth,
  this.footBaseHeight = defaultFootBaseHeight,
  this.windowRadius = defaultWindowRadius,
});