bottomSheetBgColor property

Token get bottomSheetBgColor
inherited

BottomSheet background color (default: #ffffff, CSS variable: --naki-bottom-sheet-bg).

Implementation

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