regularCentered property

ValueNotifier<BoxShadow> regularCentered
getter/setter pair

A regular shadow style with centered offset.

Implementation

static ValueNotifier<BoxShadow> regularCentered =
    ValueNotifier(_buildShadow(offset: const Offset(0, 0)));