AntInputCursorStyle class

输入框光标样式配置 @l AntdInput

Inheritance
Available extensions

Constructors

AntInputCursorStyle.new({bool inherit = true, Color? color, double? width = 2.0, double? height, double? radius, bool opacityAnimates = false, Offset? offset, bool above = false})
const

Properties

above bool
是否在文本上层绘制光标
final
color Color?
光标颜色
final
hashCode int
The hash code for this object.
no setterinherited
height double?
光标高度
final
inherit bool
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
offset Offset?
光标位置偏移量
final
opacityAnimates bool
光标透明度是否启用动画效果
final
radius double?
光标圆角半径
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
光标宽度
final

Methods

copyFrom(covariant AntInputCursorStyle? style) AntInputCursorStyle
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