bigCentered property
A larger shadow style with centered offset.
Implementation
static ValueNotifier<BoxShadow> bigCentered =
ValueNotifier(_buildShadow(blurRadius: 15, offset: const Offset(0, 0)));
A larger shadow style with centered offset.
static ValueNotifier<BoxShadow> bigCentered =
ValueNotifier(_buildShadow(blurRadius: 15, offset: const Offset(0, 0)));