avatarAndAbout
fun avatarAndAbout(config: AvatarPickerAndAboutEditorConfiguration = AvatarPickerAndAboutEditorConfiguration.default): QuickEditorScopeOption
Creates a QuickEditorScopeOption
configured for the avatar and about editor scope.
Return
A configured instance of QuickEditorScopeOption
for the avatar and about editor scope
Parameters
config
The configuration for the Avatar and About Editor
fun avatarAndAbout(initializer: AvatarPickerAndAboutEditorConfiguration.Builder.() -> Unit): QuickEditorScopeOption
Creates a QuickEditorScopeOption
configured for the avatar and about editor scope using a DSL-style builder.
Return
A configured instance of QuickEditorScopeOption
for the avatar and about editor scope
Parameters
initializer
Function literal with AvatarPickerAndAboutEditorConfiguration.Builder as the receiver