TailwindTheme class
Um tema para Flutter baseado na estética do TailwindUI.
Constructors
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
-
darkTheme(
{bool useMaterial3 = true}) → ThemeData - Cria um tema escuro baseado na estética do TailwindUI.
-
lightTheme(
{bool useMaterial3 = true}) → ThemeData - Cria um tema claro baseado na estética do TailwindUI.
-
themeData(
{bool useMaterial3 = true, bool isDark = false}) → ThemeData - Cria um ThemeData do Flutter baseado na estética do TailwindUI.