NomoInputThemeDataNullable class

Implemented types

Constructors

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})
const

Properties

background Color?
final
border Border?
final
borderRadius BorderRadiusGeometry?
final
curve Cubic?
final
duration Duration?
final
errorBorder Border?
final
errorColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsetsGeometry?
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBorder Border?
final
selectedErrorBorder Border?
final
titleSpacing double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited