top property

  1. @override
BorderSide top
override

The top side of this border.

This getter is available on both Border and BorderDirectional. If isUniform is true, then this is the same style as all the other sides.

Implementation

@override
BorderSide get top => slide;