horizontal constant
BorderSides
const horizontal
Show only horizontal sides (top and bottom).
Implementation
static const horizontal = BorderSides(left: false, right: false);
Show only horizontal sides (top and bottom).
static const horizontal = BorderSides(left: false, right: false);