Og1NewPostEdit constructor

const Og1NewPostEdit({
  1. Key? key,
  2. required UserModel currentUser,
})

Implementation

const Og1NewPostEdit({
  Key? key,
  required this.currentUser,
}) : super(key: key);