ExtendedTheme constructor

  1. @mustCallSuper
ExtendedTheme({
  1. ThemeData? material,
  2. CupertinoThemeData? cupertino,
})

Implementation

@mustCallSuper
ExtendedTheme({this.material, this.cupertino})
    : assert(material != null || cupertino != null);