richbarStyle property

RichbarStyle richbarStyle
final

Defines the z-coordinate at which to place this Richbar relative to its parent.

Richbar can be RichbarStyle.floating or be RichbarStyle.grounded to the edge of the screen. Default will be set to RichbarStyle.floating

Implementation

final RichbarStyle richbarStyle;