BorderSide constructor

const BorderSide({
  1. String color = '000000',
  2. double width = 1,
})

BorderSide API.

Implementation

const BorderSide({this.color = '000000', this.width = 1});