AutomaticAppearance constructor

const AutomaticAppearance(
  1. MapTheme lightTheme,
  2. MapTheme nightTheme
)

Implementation

const AutomaticAppearance(this.lightTheme, this.nightTheme);