dragHandleColor property

Color? dragHandleColor
final

The bottom sheet drag handle's color.

Defaults to BottomSheetThemeData.dragHandleColor. If that is also null, defaults to ColorScheme.onSurfaceVariant with an opacity of 0.4.

Implementation

final Color? dragHandleColor;