MBorder constructor

const MBorder({
  1. required MColor color,
  2. double width = 1.0,
})

Implementation

const MBorder({required this.color, this.width = 1.0});