BorderStyle constructor

BorderStyle({
  1. bool? show,
})

Implementation

BorderStyle({
  this.show,
});