KaeruDisplayExtension extension

Conditional display helpers.

on

Properties

none Widget

Available on Widget, provided by the KaeruDisplayExtension extension

Always remove (no space).
no setter

Methods

disabled(bool isDisabled, {double opacity = 0.5}) Widget

Available on Widget, provided by the KaeruDisplayExtension extension

Disable this widget visually + interaction
show(bool show) Widget

Available on Widget, provided by the KaeruDisplayExtension extension

Shows the widget if show is true, otherwise shows a SizedBox.shrink.