EditorStickerPage constructor

const EditorStickerPage({
  1. Key? key,
  2. required String afterPath,
})

Implementation

const EditorStickerPage({super.key, required this.afterPath});