reversed property

bool reversed
final

A bool variable depicting the order of rendering the widgets passed to EmptyView.

If true, the illustration widget will be rendered before description widget and vice-versa.

Doesn't have any affect on order of rendering action widget.

Used with both default and named constructor.

Implementation

final bool reversed;