AvoidArea class

Constructors

AvoidArea({required bool visible, required Rect leftRect, required Rect topRect, required Rect rightRect, required Rect bottomRect})
AvoidArea.fromJson(Map<String, dynamic> parsedJson)
factory

Properties

bottomRect Rect
final
hashCode int
The hash code for this object.
no setterinherited
leftRect Rect
final
rightRect Rect
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topRect Rect
final
visible bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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