CPDFUiBorderStyle constructor
const
CPDFUiBorderStyle({})
Implementation
const CPDFUiBorderStyle({
this.nodeColor = const Color(0xFF6499FF),
this.borderColor = const Color(0xFF6499FF),
this.borderWidth = 2,
this.borderDashPattern = const [10, 10],
});