resolve method

  1. @override
void resolve(
  1. AFFundamentalThemeState theme
)
override

Implementation

@override
void resolve(AFFundamentalThemeState theme) {
  colorLightCache = theme.color(colorLight);
  colorDarkCache = theme.color(colorDark);
}