size property

ValueNotifier<Size> size
getter/setter pair

Implementation

ValueNotifier<Size> size = ValueNotifier(Size.zero);