TimelinePostCreationScreen constructor
const
TimelinePostCreationScreen({ - required String userId,
- required dynamic onPostCreated(
- TimelinePost
),
- required TimelineService service,
- required TimelineOptions options,
- String? postCategory,
- void onPostOverview(
- TimelinePost
)?,
- 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,
});