KevinThemeAndroid class

Android theme's resource name.

Android theme resource file must be created inside application's android resources folder, e.x., your_app/android/app/src/main/res/values/themes.xml. More info: https://developer.kevin.eu/mobile/flutter/ui-customisation/android-ui-customisations

Constructors

KevinThemeAndroid(String themeName)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themeName String
final

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