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.

Implementation

final Color? dragHandleColor;