RCKEmojiConfig constructor
const
RCKEmojiConfig({
- Color? backgroundColor,
- double height = kInputExtentionHeight,
- int rowCount = 3,
- int columnCount = 8,
- double emojiSize = 24.0,
- double rowSpacing = 10.0,
- double columnSpacing = 5.0,
- EdgeInsets padding = const EdgeInsets.all(15.0),
- RCKEmojiPageIndicatorConfig pageIndicatorConfig = const RCKEmojiPageIndicatorConfig(),
- Widget deleteIcon = const Icon(Icons.backspace, color: Color(0xFF666666), size: 24),
- RCKEmojiSendButtonConfig sendButtonConfig = const RCKEmojiSendButtonConfig(),
- List<
String> ? customEmojis,
Implementation
const RCKEmojiConfig({
this.backgroundColor,
this.height = kInputExtentionHeight,
this.rowCount = 3,
this.columnCount = 8,
this.emojiSize = 24.0,
this.rowSpacing = 10.0,
this.columnSpacing = 5.0,
this.padding = const EdgeInsets.all(15.0),
this.pageIndicatorConfig = const RCKEmojiPageIndicatorConfig(),
this.deleteIcon =
const Icon(Icons.backspace, color: Color(0xFF666666), size: 24),
this.sendButtonConfig = const RCKEmojiSendButtonConfig(),
this.customEmojis,
});