KevinSheetPresentationStyle constructor
const
KevinSheetPresentationStyle({
- Color? dragIndicatorTintColor,
- Color? backgroundColor,
- KevinUiFont? titleLabelFont,
- double? cornerRadius,
Implementation
const KevinSheetPresentationStyle({
this.dragIndicatorTintColor,
this.backgroundColor,
this.titleLabelFont,
this.cornerRadius,
});