props property

  1. @override
List<Object?> get props
inherited

The properties based on which equality and hash code are computed.

Implementation

@override
List<Object?> get props => [
  container,
  labelContainer,
  valueContainer,
  label,
  value,
  rowSpacing,
  columnSpacing,
  labelValueSpacing,
  minLabelWidth,
];