bottomSheetPadding constant

EdgeInsets const bottomSheetPadding

Bottom sheet content padding.

Implementation

static const EdgeInsets bottomSheetPadding = EdgeInsets.fromLTRB(
  s20,
  s20,
  s20,
  s24,
);