enableNegativeActionPane property

bool enableNegativeActionPane

Whether the negative action pane is enabled.

Implementation

bool get enableNegativeActionPane =>
    isLeftToRight ? enableEndActionPane : enableStartActionPane;