sizeNotifier property

ValueNotifier<Map<String, double>> sizeNotifier
getter/setter pair

Implementation

static ValueNotifier<Map<String, double>> sizeNotifier =
    ValueNotifier<Map<String, double>>({"height": 200, "width": 200});