TapBoxProperties class

Generated class for _TapBoxProperties.

Constructors

TapBoxProperties.new({Decoration? decoration, Decoration? foregroundDecoration, _WidgetBuilder? builder})
Constructs a new instance of TapBoxProperties from optional and required parameters.
const

Properties

builder → _WidgetBuilder?
No description provided.
final
builder$ → _WidgetBuilder?
Returns the value of the builder field. If the field is nullable, the return value may be null; otherwise, it will always return a non-null value.
no setter
decoration Decoration?
No description provided.
final
decoration$ Decoration?
Returns the value of the decoration field. If the field is nullable, the return value may be null; otherwise, it will always return a non-null value.
no setter
foregroundDecoration Decoration?
No description provided.
final
foregroundDecoration$ Decoration?
Returns the value of the foregroundDecoration field. If the field is nullable, the return value may be null; otherwise, it will always return a non-null value.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Decoration? decoration, Decoration? foregroundDecoration, _WidgetBuilder? builder}) TapBoxProperties
Creates a copy of this instance, replacing the specified fields.
copyWithout({bool decoration = true, bool foregroundDecoration = true, bool builder = true}) TapBoxProperties
Creates a copy of this instance, removing the specified fields.
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