AppDefaultThemesData class

A utility class that provides pre-configured light and dark themes for the application.

This class uses ThemeData to construct complete theme definitions by combining:

  • Color schemes
  • Button styles
  • Text themes
  • Component-specific themes (e.g., AppBar, Dialog, TabBar)

It relies on DefaultLightThemeExtension and DefaultDarkThemeExtension for base design tokens [6].

Constructors

AppDefaultThemesData.new()

Properties

dark ThemeData
Returns a fully configured dark theme using DefaultDarkThemeExtension.
no setter
hashCode int
The hash code for this object.
no setterinherited
light ThemeData
Returns a fully configured light theme using DefaultLightThemeExtension.
no setter
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