ProjectScreen
class ProjectScreen(projectId: String, updateToExpandId: String?) : ItemScreen<Project, ProjectScreenViewModel>
The ProjectScreen displays the details of a project and allow to manage that project
Author
N7ghtm4r3 - Tecknobit
Parameters
projectId
The identifier of the project to display
updateToExpandId
If not null will expand the related change notes of the update requested
See also
Functions
Link copied to clipboard
Method to calculated the bottom padding based on the isBottomNavigationMode flag
Link copied to clipboard
Method to calculated the start padding based on the isBottomNavigationMode flag
Link copied to clipboard