AntdMaskHole class

Constructors

AntdMaskHole.new({required Offset offset, required Size size, EdgeInsets? padding, double? radius, bool? hitTest})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
hitTest bool?
final
offset Offset
final
padding EdgeInsets?
final
radius double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rect(Size canvasSize) Rect
toPopoverTarget() AntdPopoverTarget
toString() String
A string representation of this object.
override

Operators

operator *(double factor) AntdMaskHole
operator +(AntdMaskHole other) AntdMaskHole
operator -(AntdMaskHole other) AntdMaskHole
operator /(double divisor) AntdMaskHole
operator ==(Object other) bool
The equality operator.
override

Static Methods

lerp(AntdMaskHole? a, AntdMaskHole? b, double t) AntdMaskHole?

Constants

zero → const AntdMaskHole