custom static method
Dark theme with custom primary color
Implementation
static FSThemeData custom(Color primaryColor) =>
FSThemeData.dark(seedColor: primaryColor);
Dark theme with custom primary color
static FSThemeData custom(Color primaryColor) =>
FSThemeData.dark(seedColor: primaryColor);