NavigationConstants class
Navigation constants used throughout the application.
Constructors
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
Constants
- narrowScreenThreshold → const double
- The width threshold for determining narrow/wide screen layout.
- Vertical padding for navigation rail destinations.
- Divider height in navigation drawer.
- Padding for navigation drawer items.
- Icon size for navigation items.
- Font size for navigation labels.
- Letter spacing for navigation labels.
- Maximum lines for navigation labels.
- Vertical alignment for navigation rail items.
- Minimum width for the navigation rail.
- userAvatarSize → const double
- User avatar icon size.
- userHeaderBottomPadding → const double
- User info header bottom padding.
- userHeaderTopPadding → const double
- User info header top padding.
- userInfoSpacing → const double
- Spacing between user info elements.
- userNameFontSize → const double
- User name font size.
- veryNarrowScreenThreshold → const double
- The width threshold for determining very narrow screen layout.
- webIdFontSize → const double
- WebID font size.
- webIdHorizontalPadding → const double
- Horizontal padding for WebID container.
- webIdSpacing → const double
- Spacing for WebID text.