kSheetContentPadding top-level constant

EdgeInsets const kSheetContentPadding

Default inset for free-form sheet bodies.

Implementation

const EdgeInsets kSheetContentPadding = EdgeInsets.fromLTRB(
  kSafaehSheetPadding,
  16,
  kSafaehSheetPadding,
  kSafaehSheetPadding,
);