PostDeleteConfirmButton constructor
PostDeleteConfirmButton(
- State<
StatefulWidget> state, - Post post
Implementation
PostDeleteConfirmButton(super.state, this.post);
PostDeleteConfirmButton(super.state, this.post);