ContainerConfig class

This file is used to pass data to the Container in IncrementDecrementFormField

Constructors

ContainerConfig({Key? key, BoxConstraints? constraints, Color? color, AlignmentGeometry? alignment, EdgeInsetsGeometry? padding, Clip clipBehavior = Clip.none, Decoration? foregroundDecoration, double? height, double? width, EdgeInsetsGeometry? margin, Matrix4? transform, AlignmentGeometry? transformAlignment})
const

Properties

alignment AlignmentGeometry?
final
clipBehavior Clip
final
color Color?
final
constraints BoxConstraints?
final
foregroundDecoration Decoration?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
key Key?
final
margin EdgeInsetsGeometry?
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform Matrix4?
final
transformAlignment AlignmentGeometry?
final
width 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