enableNegativeActionPane property

bool get enableNegativeActionPane

Whether the negative action pane is enabled.

Implementation

bool get enableNegativeActionPane =>
    isLeftToRight ? enableEndActionPane : enableStartActionPane;