OrkittThemeEngine class abstract


Orkitt UI Kit v1.0.0 Copyright (c) 2024 Orkitt. All rights reserved. BSD 3-Clause License - see LICENSE for details. Initial Release: November 2025 Based on: Flutter Addons Library v3.0.0 (Legacy Framework)

A modern, brand-driven UI framework that extends Flutter’s core capabilities with beautifully crafted components, typography, color systems, and layout extensions — designed to accelerate high-quality app development under the Orkitt design principles.

Repository: https://github.com/orkitt/uikit Documentation: https://docs.orkitt.dev/uikit


Constructors

OrkittThemeEngine()

Properties

colorScheme ColorScheme
Provides the application's ColorScheme
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textTheme TextTheme
Provides the application's TextTheme
no setter
themeData ThemeData
Generates ThemeData from the theme engine configuration
no setter

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