Gluky Screen Tab

abstract class GlukyScreenTab<V : EquinoxViewModel>(viewModel: V, useResponsiveWidth: Boolean = true, title: StringResource? = null) : EquinoxScreen<V>

The GlukyScreenTab class defines the behavior of a screen tab displayed by the com.tecknobit.gluky.ui.screens.home.HomeScreen, and manages the arrangement of content for each tab.

This class is intended to be used as a base for implementing individual screen tabs.

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxScreen

Inheritors

Constructors

Link copied to clipboard
constructor(viewModel: V, useResponsiveWidth: Boolean = true, title: StringResource? = null)

Functions

Link copied to clipboard