CustomizableList constructor
const
CustomizableList({
- Key? key,
- required Future<
List< getCustomReactions(),String> > - required dynamic onReactionSelected()?,
- required dynamic onChangeReactionSelected()?,
- bool disableVariation = false,
- bool showVariationsOnHold = false,
- CustomizableListController? controller,
- EmojiStyle emojiStyle = const EmojiStyle(),
- Size? size,
- int limit = 5,
Implementation
const CustomizableList(
{super.key,
required this.getCustomReactions,
required this.onReactionSelected,
required this.onChangeReactionSelected,
this.disableVariation = false,
this.showVariationsOnHold = false,
this.controller,
this.emojiStyle = const EmojiStyle(),
this.size,
this.limit = 5});