bigCentered property

ValueNotifier<BoxShadow> bigCentered
getter/setter pair

A larger shadow style with centered offset.

Implementation

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