SheetAction constructor
SheetAction({})
Implementation
SheetAction({required this.onPressed, this.isDefaultAction = false, this.isDestructiveAction = false, this.title, this.child});
SheetAction({required this.onPressed, this.isDefaultAction = false, this.isDestructiveAction = false, this.title, this.child});