CropBoxBorder class

Constructors

CropBoxBorder({Radius? radius, double width = 2, Color color = Colors.white})

Properties

color Color
边框颜色
final
hashCode int
The hash code for this object.
no setterinherited
noNullRaidus Radius
no setter
radius Radius?
方形模式下,边框的圆角
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
边框宽度
final

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