sheetPadding property
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;
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)
.
final EdgeInsetsGeometry? sheetPadding;