presentationOverride property

MaterialActionPresentation? presentationOverride
final

Forces one Material primary-button presentation for every root action.

When null, the resolver automatically selects extended or icon-only layouts from the available width. MaterialActionPresentation.iconOnly falls back to the extended layout for actions whose iconBuilder result is null.

Implementation

final MaterialActionPresentation? presentationOverride;