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