suggestionActions top-level property
Implementation
final List<FeedbackActionModel> suggestionActions = [
FeedbackActionModel(title: "Take Screenshot", type: FeedbackActionType.screenshot, icon: Icons.camera),
FeedbackActionModel(title: "Record Screen", type: FeedbackActionType.recording, icon: Icons.video_collection_rounded),
FeedbackActionModel(title: "Select Gallery Image", type: FeedbackActionType.file, icon: Icons.photo_library_rounded),
];