KevinSheetPresentationStyle constructor

const KevinSheetPresentationStyle({
  1. Color? dragIndicatorTintColor,
  2. Color? backgroundColor,
  3. KevinUiFont? titleLabelFont,
  4. double? cornerRadius,
})

Implementation

const KevinSheetPresentationStyle({
  this.dragIndicatorTintColor,
  this.backgroundColor,
  this.titleLabelFont,
  this.cornerRadius,
});