NomoInputThemeDataNullable constructor

const NomoInputThemeDataNullable({
  1. Color? background,
  2. Color? errorColor,
  3. BorderRadiusGeometry? borderRadius,
  4. Border? border,
  5. Border? selectedBorder,
  6. Border? errorBorder,
  7. Border? selectedErrorBorder,
  8. EdgeInsetsGeometry? margin,
  9. EdgeInsetsGeometry? padding,
  10. Duration? duration,
  11. Cubic? curve,
  12. double? titleSpacing,
})

Implementation

const NomoInputThemeDataNullable({
  this.background,
  this.errorColor,
  this.borderRadius,
  this.border,
  this.selectedBorder,
  this.errorBorder,
  this.selectedErrorBorder,
  this.margin,
  this.padding,
  this.duration,
  this.curve,
  this.titleSpacing,
});