getNodeArea method

  1. @override
Rect? getNodeArea()
override

Get Node Area

Implementation

@override
Rect? getNodeArea() {
  return null;
}