BorderRenderer constructor
      
      BorderRenderer({ 
    
- required BorderStyle style,
- AnsiColorType? borderColor,
Creates a BorderRenderer with the given style and optional borderColor.
Implementation
BorderRenderer({required this.style, this.borderColor});