Package-level declarations
Types
Link copied to clipboard
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.