PostingScreen constructor

const PostingScreen(
  1. {Key? key,
  2. double? fromBottom,
  3. double? exploreFromBottom}
)

Implementation

const PostingScreen({super.key, this.fromBottom, this.exploreFromBottom});