RoundedModalBottomSheet<T> constructor

const RoundedModalBottomSheet<T>({
  1. Key? key,
  2. RoundedCornerModalRoute<T>? route,
})

Implementation

const RoundedModalBottomSheet({Key? key, this.route}) : super(key: key);