presentationForAction property
Selects a primary-button presentation independently for each root action.
A non-null result overrides presentationOverride for that action. A
null result falls back to presentationOverride, then to automatic
layout selection when the global override is also null.
Implementation
final MaterialActionPresentationCallback<T>? presentationForAction;