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