darkFormDefaults constant
BackgroundStyles
const darkFormDefaults
Convenience property for getting a BackgroundStyles instance with dark theme defaults for the CardDetailsFormTextField widget
Implementation
static const BackgroundStyles darkFormDefaults = BackgroundStyles(
backgroundColor: defaultDarkThemeBackgroundColor,
borderColor: defaultBorderColor,
borderWidth: defaultBorderWidth,
borderRadius: 8.0,
);