border method

Border border()

Implementation

Border border() {
  return  Border.all(
      color: color,
      width: width.toDouble(),
      style: BorderStyle.solid
  );
}