debug property

bool debug
final

When true, the widget renders with a semi-transparent red background, for debug purposes.

This is useful when rendering this as a "layout" widget, like the root child of a Drawer.

Implementation

final bool debug;