RoundedModalBottomSheet<T> constructor
Null safety
- {Key? key,
- RoundedCornerModalRoute<
T> ? route}
Implementation
const RoundedModalBottomSheet({Key? key, this.route}) : super(key: key);
const RoundedModalBottomSheet({Key? key, this.route}) : super(key: key);