OudsSheetsBottom constructor
Creates an OUDS Sheets Bottom.
Implementation
const OudsSheetsBottom({
super.key,
required this.title,
required this.sheetContent,
this.onExpansionChanged,
});
Creates an OUDS Sheets Bottom.
const OudsSheetsBottom({
super.key,
required this.title,
required this.sheetContent,
this.onExpansionChanged,
});