themes property

List<AppTheme> themes
final

List of themes to be available for child listeners. If themes are not supplies AppTheme.light() and AppTheme.dark() is assumed. If themes are supplied, there have to be at least 2 AppTheme objects inside the list.

Implementation

final List<AppTheme> themes;