TimelinePostCreationScreen constructor
- required String userId,
- required dynamic onPostCreated(),
- required TimelineService service,
- required TimelineOptions options,
- String? postCategory,
- void onPostOverview()?,
- bool enablePostOverviewScreen = false,
- Key? key,
Implementation
const TimelinePostCreationScreen({
required this.userId,
required this.onPostCreated,
required this.service,
required this.options,
this.postCategory,
this.onPostOverview,
this.enablePostOverviewScreen = false,
super.key,
});