BorderSide.groove constructor

const BorderSide.groove({
  1. Color? color,
  2. Unit? width,
})

Implementation

const BorderSide.groove({this.color, this.width}) : style = BorderStyle.groove;