RCKEmojiSendButtonConfig class
表情面板发送按钮配置
Constructors
- RCKEmojiSendButtonConfig.new({String text = '发送', double width = 60.0, double height = 35.0, Color backgroundColor = Colors.blue, TextStyle textStyle = const TextStyle(color: Colors.white, fontSize: 15, fontWeight: FontWeight.w500), double borderRadius = 8.0, EmojiSendButtonPosition position = EmojiSendButtonPosition.bottomRight, EdgeInsets margin = const EdgeInsets.only(right: 15.0, bottom: 0.0)})
-
const
Properties
- backgroundColor → Color
-
按钮背景色
final
- borderRadius → double
-
按钮圆角
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
按钮高度
final
- margin → EdgeInsets
-
按钮边距
final
- position → EmojiSendButtonPosition
-
按钮位置
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
按钮文本
final
- textStyle → TextStyle
-
文本样式
final
- width → double
-
按钮宽度
final
Methods
-
copyWith(
{String? text, double? width, double? height, Color? backgroundColor, TextStyle? textStyle, double? borderRadius, EmojiSendButtonPosition? position, EdgeInsets? margin}) → RCKEmojiSendButtonConfig -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited