customSizedHeaders property
An unmodifiable map that indexes all custom sized headers of this axis.
Implementation
late final customSizedHeaders = Map<int, SwayzeHeaderData>.unmodifiable(
_customSizedHeaders,
);
An unmodifiable map that indexes all custom sized headers of this axis.
late final customSizedHeaders = Map<int, SwayzeHeaderData>.unmodifiable(
_customSizedHeaders,
);