values property

List<TableTheme> get values

All preset values in declaration order.

Implementation

static List<TableTheme> get values => _presets.values.toList(growable: false);