StackedBottomsheet constructor

const StackedBottomsheet({
  1. required Type classType,
})

Implementation

const StackedBottomsheet({
  required this.classType,
});