Skip to main content

TalawaTheme class

This file contains various custom themes.

For instance, lightTheme, darkTheme, _lightTextTheme, _darkTextTheme, etc. These are imported to other files/widgets to apply the required themes.

Constructors

TalawaTheme

:

Properties

[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::

[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::

Methods

[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::

[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::

Operators

[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::

Static Properties

[darkTheme] [→ ThemeData] : Theme for dark mode. ::: features final :::

[lightTheme] [→ ThemeData] : Theme for light mode. ::: features final :::

  1. talawa
  2. custom_theme
  3. TalawaTheme class
custom_theme library