RCKAppendBubbleConfig class
追加气泡(附加面板)样式配置:用于控制主气泡下方追加内容的外观
Constructors
- RCKAppendBubbleConfig.new({double spacingToMain = 0.0, EdgeInsets padding = EdgeInsets.zero, Color? backgroundColor, double borderRadius = 6.0, Color? borderColor, double? borderWidth})
-
const
Properties
- backgroundColor → Color?
-
背景色(为 null 则不设置背景与边框,仅保留内边距)
final
- borderColor → Color?
-
边框颜色
final
- borderRadius → double
-
圆角
final
- borderWidth → double?
-
边框宽度
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding → EdgeInsets
-
内边距
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacingToMain → double
-
与主气泡之间的垂直间距
final
Methods
-
copyWith(
{double? spacingToMain, EdgeInsets? padding, Color? backgroundColor, double? borderRadius, Color? borderColor, double? borderWidth}) → RCKAppendBubbleConfig -
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