customSizedHeaders property

Map<int, SwayzeHeaderData> customSizedHeaders
latefinal

An unmodifiable map that indexes all custom sized headers of this axis.

Implementation

late final customSizedHeaders = Map<int, SwayzeHeaderData>.unmodifiable(
  _customSizedHeaders,
);