ExtendedTheme class

Base class for themes. You can use this class directly without creating any descendants

Constructors

ExtendedTheme({ThemeData? material, CupertinoThemeData? cupertino})

Properties

cupertino CupertinoThemeData?
final
hashCode int
The hash code for this object.
no setteroverride
material ThemeData?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({ThemeData? material, CupertinoThemeData? cupertino}) ExtendedTheme
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 o) bool
The equality operator.
override