useSafeArea property

  1. @TagNumber(17)
bool get useSafeArea

@doc Whether the bottom sheet will respect the safe area of the device.

Implementation

@$pb.TagNumber(17)
$core.bool get useSafeArea => $_getBF(15);
  1. @TagNumber(17)
set useSafeArea (bool value)

Implementation

@$pb.TagNumber(17)
set useSafeArea($core.bool value) => $_setBool(15, value);