CustomTabsColorSchemes class

The configuration of a custom tab visualization.

Annotations

Constructors

CustomTabsColorSchemes({CustomTabsColorScheme? colorScheme, CustomTabsColorSchemeParams? lightParams, CustomTabsColorSchemeParams? darkParams, CustomTabsColorSchemeParams? defaultPrams})
const
CustomTabsColorSchemes.defaults({CustomTabsColorScheme? colorScheme, Color? toolbarColor, Color? navigationBarColor, Color? navigationBarDividerColor})

Properties

colorScheme CustomTabsColorScheme?
Desired color scheme.
final
darkParams CustomTabsColorSchemeParams?
The CustomTabsColorSchemeParams for the dark color scheme.
final
defaultPrams CustomTabsColorSchemeParams?
The default CustomTabsColorSchemeParams.
final
hashCode int
The hash code for this object.
no setterinherited
lightParams CustomTabsColorSchemeParams?
The CustomTabsColorSchemeParams for the light color scheme.
final
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