AntdTourStepStyle class
提示的步骤样式 @l AntdTour
- Inheritance
-
- Object
- AntdStyle
- AntdPopoverBoxStyle
- AntdTourStepStyle
- Available extensions
Constructors
- AntdTourStepStyle.new({bool inherit = true, AntdBoxStyle? bodyStyle, Offset arrowOffset = Offset.zero, Offset offset = Offset.zero, AntdArrowStyle? arrowStyle, AntdBoxStyle? contentStyle, AntdBoxStyle? skipStyle, AntdBoxStyle? nextStyle, AntdBoxStyle? titleStyle, AntdFlexStyle? titleColumnStyle, AntdBoxStyle? descriptionStyle, EdgeInsets? holdPadding, double? holdRadius})
-
const
Properties
- arrowOffset → Offset
-
箭头相对于弹出层的偏移量
finalinherited
- arrowStyle → AntdArrowStyle?
-
箭头的样式配置
finalinherited
- bodyStyle → AntdBoxStyle?
-
弹出层内容区域的样式设置
finalinherited
- childStyle → AntdBoxStyle?
-
构建出来的内容样式
finalinherited
- contentStyle → AntdBoxStyle?
-
步骤内容区域的样式配置
final
- descriptionStyle → AntdBoxStyle?
-
描述文本的样式配置
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- holdPadding → EdgeInsets?
-
高亮区域的padding设置
final
- holdRadius → double?
-
高亮区域的圆角半径
final
- inherit → bool
-
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
- nextStyle → AntdBoxStyle?
-
下一步按钮的样式配置
final
- offset → Offset
-
弹出层相对于目标元素的偏移量
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipStyle → AntdBoxStyle?
-
跳过按钮的样式配置
final
- titleColumnStyle → AntdFlexStyle?
-
标题列的布局样式配置
final
- titleStyle → AntdBoxStyle?
-
标题文本的样式配置
final
Methods
-
copyFrom(
covariant AntdTourStepStyle? style) → AntdTourStepStyle -
override
-
merge(
T? other) → T? -
Available on T?, provided by the StyleExtensions extension
-
mergeActive(
T? defaultStyle, T? tdStyle, T? tdaStyle) → T? -
Available on T?, provided by the StyleExtensions extension
-
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