PostDeleteConfirmButton constructor

PostDeleteConfirmButton(
  1. State<StatefulWidget> state,
  2. Post post
)

Implementation

PostDeleteConfirmButton(super.state, this.post);