forceActionsBelow property

bool forceActionsBelow
final

An override to force the actions to be below the content regardless of how many there are.

If this is true, the actions will be placed below the content. If this is false, the actions will be placed on the trailing side of the content if actions's length is 1 and below the content if greater than 1.

Defaults to false.

Implementation

final bool forceActionsBelow;