ThemeMode<T> constructor

ThemeMode<T>(
  1. T value,
  2. ThemeBuilder<T> builder
)

Implementation

ThemeMode(super.value, this.builder);