resolveTheme function

StarPlanetTheme resolveTheme([
  1. String colorKey = 'sky',
  2. String styleProfile = 'island_raised'
])

Top-level helper mirroring React Web resolveTheme(colorKey, styleProfile).

Implementation

StarPlanetTheme resolveTheme([
  String colorKey = 'sky',
  String styleProfile = 'island_raised',
]) =>
    StarPlanetTheme.resolveTheme(colorKey, styleProfile);