SuccessFullyPostScreen constructor

SuccessFullyPostScreen(
  1. {bool isFromNewPost = false,
  2. bool isFromFeed = false}
)

Implementation

SuccessFullyPostScreen({this.isFromNewPost = false, this.isFromFeed = false});