BrandBTheme class abstract final

Brand B theme — emerald identity with more rounded, approachable style.

Extends BaseTheme and applies Brand B–specific component overrides using ThemeData.copyWith without reimplementing core logic.

Usage:

MaterialApp(
  theme: BrandBTheme.light(),
  darkTheme: BrandBTheme.dark(),
  themeMode: ThemeMode.system,
)

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

dark({String? fontFamily}) ThemeData
light({String? fontFamily}) ThemeData