bottomSheetBarrierBg property

Token get bottomSheetBarrierBg
inherited

BottomSheet barrier backdrop color (default: rgba(0, 0, 0, 0.5), CSS variable: --naki-bottom-sheet-barrier-bg).

Implementation

Token get bottomSheetBarrierBg => Token(
  value: bottomSheetBarrierBgValue,
  name: '--naki-bottom-sheet-barrier-bg',
  color: const Color('var(--naki-bottom-sheet-barrier-bg)'),
);