SlidingBottomSheetChevron constructor

const SlidingBottomSheetChevron({
  1. Key? key,
  2. Color color = Colors.white,
})

Implementation

const SlidingBottomSheetChevron({Key? key, this.color = Colors.white})
    : super(key: key);