MovieStarNavConfig class

MovieStar Navigation Configuration - App-specific navigation setup.

Specific navigation configuration and factory methods.

Constructors

MovieStarNavConfig.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

createAppBarConfig({required String title, required String appVersion, required bool isVersionLoaded, required VoidCallback onRefresh, required VoidCallback onSearch, required VoidCallback onSettings, required VoidCallback onLogout, required WidgetRef ref, VoidCallback? onVersionInfo}) SolidAppBarConfig
Creates a MovieStar-specific AppBar configuration.
createLogoutConfig({required void onLogout(BuildContext)}) SolidLogoutConfig
Creates a MovieStar-specific logout configuration.
createNavTabs() List<SolidNavTab>
Creates the MovieStar app navigation tabs.
createUserConfig({required String userName, String? webId}) SolidNavUserConfig
Creates a MovieStar-specific user configuration.