level property

int level
final

The depth level in the widget stack.

Widgets with lower levels are drawn below those with higher levels. The default value is 1, which places it above the video but below most control elements.

Implementation

final int level;