SfThemeData.dark constructor Null safety
This method is used to return the dark theme.
Implementation
factory SfThemeData.dark() => SfThemeData(brightness: Brightness.dark);
This method is used to return the dark theme.
factory SfThemeData.dark() => SfThemeData(brightness: Brightness.dark);