BorderRenderer constructor

BorderRenderer({
  1. required BorderStyle style,
  2. AnsiColorType? borderColor,
})

Creates a BorderRenderer with the given style and optional borderColor.

Implementation

BorderRenderer({required this.style, this.borderColor});