JVCustomWidget class

自定义控件

Constructors

JVCustomWidget(String? widgetId, JVCustomWidgetType? type)

Properties

backgroundColor int?
getter/setter pair
btnNormalImageName String?
getter/setter pair
btnPressedImageName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
isClickEnable bool
是否显示下划线,默认:不显示
getter/setter pair
isShowUnderline bool
textView 是否单行显示,默认:单行,iOS 端无效
getter/setter pair
isSingleLine bool
textView 行数,
getter/setter pair
left int
getter/setter pair
lines int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlignment JVTextAlignmentType?
getter/setter pair
title String
getter/setter pair
titleColor int
getter/setter pair
titleFont double
getter/setter pair
top int
getter/setter pair
type JVCustomWidgetType?
getter/setter pair
widgetId String?
getter/setter pair
width int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonMap() Map
是否可点击,默认:不可点击
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited