ModalSheet.material constructor
const
ModalSheet.material({
- Key? key,
- required String title,
- required WidgetBuilder builder,
- Color? backgroundColor,
Implementation
const ModalSheet.material({
super.key,
required this.title,
required this.builder,
this.backgroundColor,
}) : _targetType = TargetType.material;