Border.all constructor

const Border.all([
  1. Style style = Style.empty
])

Creates a single-line border with the specified style on all sides.

Implementation

const Border.all([Style style = Style.empty]) : this(style: style);