mix method

ThemeData mix(
  1. ThemeData themeData
)

Implementation

ThemeData mix(ThemeData themeData) {
  return _service.mix(themeData);
}