ViewOrderConfig constructor
const
ViewOrderConfig({
- EmojiPickerItem top = EmojiPickerItem.categoryBar,
- EmojiPickerItem middle = EmojiPickerItem.emojiView,
- EmojiPickerItem bottom = EmojiPickerItem.searchBar,
Constructor
Implementation
const ViewOrderConfig({
this.top = EmojiPickerItem.categoryBar,
this.middle = EmojiPickerItem.emojiView,
this.bottom = EmojiPickerItem.searchBar,
}) : assert(!identical(top, middle) &&
!identical(top, bottom) &&
!identical(middle, bottom));