getModifiers method

List<ContentModifierConfiguration>? getModifiers()
inherited

Gets the modifiers to use for the ContentItem. By default its the modifiers itself. However this acts as an extension point for custom ContentItems that may have a different strategy for applying modifiers.

Implementation

List<ContentModifierConfiguration>? getModifiers() => modifiers;