bottomOnly constant

BorderSides const bottomOnly

Show only bottom side.

Implementation

static const bottomOnly = BorderSides(top: false, left: false, right: false);