bottomSheetBarrierBgValue property

  1. @override
String get bottomSheetBarrierBgValue

Default value for bottomSheetBarrierBg.

Implementation

@override
String get bottomSheetBarrierBgValue =>
    component?.bottomSheetBarrierBackgroundColor?.value ??
    super.bottomSheetBarrierBgValue;