create method

  1. @override
FondeColorScheme create(
  1. Ref ref
)

@nodoc

Implementation

@override
FondeColorScheme create(Ref ref) {
  return effectiveColorSchemeWithTheme(ref);
}