Dynamic

constructor(marginTop: Int, marginBottom: Int, info: BarMatchInfo, matchAbove: BarMatcher, matchBelow: BarMatcher)

Parameters

marginTop

The minimum margin between this bar and the bar above it.

marginBottom

The minimum margin between this bar and the bar below it.

info

The BarMatchInfo of the bar.

matchAbove

The BarMatcher which should be matched by the bar above this one (vertically).

matchBelow

The BarMatcher which should be matched by the bar below this one (vertically).