StickersSuggestShortName constructor

const StickersSuggestShortName({
  1. required String title,
})

Stickers Suggest Short Name constructor.

Implementation

const StickersSuggestShortName({required this.title}) : super._();