buildStickers property

BuildStickers buildStickers
final

A callback that builds the stickers.

This typedef is a function that takes a function as a parameter and returns a Widget. The function parameter setLayer is used to set a layer in the editor. This callback allows for customizing the appearance and behavior of stickers in the editor.

Implementation

final BuildStickers buildStickers;