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
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