NomoInputThemeDataNullable constructor
const
NomoInputThemeDataNullable({
- Color? background,
- Color? errorColor,
- BorderRadiusGeometry? borderRadius,
- Border? border,
- Border? selectedBorder,
- Border? errorBorder,
- Border? selectedErrorBorder,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Duration? duration,
- Cubic? curve,
- 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,
});