themeCount property

int themeCount

Returns the number of themes supplied to the ThemeBuilder

Implementation

int get themeCount => _themeManager.themes?.length ?? 0;