BorderProperty class
边框的参数属性值
Constructors
- BorderProperty({required BorderColor color, required double borderThickness})
-
const
- BorderProperty.onlyThickness(double borderThickness)
-
只设置边框的厚度,颜色取默认值
const
Properties
- borderThickness → double
-
边框厚度,也用作内容的内边距以免被遮挡
final
- color → BorderColor
-
边框颜色
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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