theme property

AiutaTheme? theme
final

Theme configuration.

You can use the built-in AiutaTheme to use the default theme provided by the Aiuta SDK. It uses system default fonts and Aiuta color scheme and built-in icons. To use the default theme, you can provide null or omit this field.

Alternatively, you can provide your own custom theme by creating a custom AiutaTheme providing your own fonts, colors, shapes, icons, etc.

Implementation

final AiutaTheme? theme;