PaddingSchemaDto class
- Inheritance
-
- Object
- PrePerWidget
- SchemaDto
- PaddingSchemaDto
- Annotations
-
- @TypeAnnotation.new('padding')
- @JsonSerializable.new()
Constructors
Properties
- child ↔ SchemaDto
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ String?
-
getter/setter pairinherited
- padding → EdgeInsets
-
no setter
- paddingBottom ↔ double
-
getter/setter pair
- paddingLeft ↔ double
-
getter/setter pair
- paddingRight ↔ double
-
getter/setter pair
- paddingTop ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String
-
getter/setter pairinherited
Methods
-
buildWidget(
) → Widget -
override
-
findByKey(
String targetKey) → SchemaDto? -
override
-
findChildrenOfType<
T extends SchemaDto> () → List< T> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchChildrenOfType<
T extends SchemaDto> (SchemaDto node, List< T> found) → void -
override
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited