rect property

ValueNotifier<Rect> rect
final

Implementation

final ValueNotifier<Rect> rect = ValueNotifier<Rect>(Rect.zero);