sheetPadding property

EdgeInsetsGeometry? sheetPadding
final

The padding inside the sheet.

Applies padding around the entire content of the sheet. If not specified, it defaults to EdgeInsets.only(bottom: 16.0).

Implementation

final EdgeInsetsGeometry? sheetPadding;