ConfigData constructor
const
ConfigData({})
Creates a ConfigData.
The doubleEditorInfiniteScrollViewRange
is the range of the double
editor infinite scroll view.
The doubleEditorInfiniteScrollViewScrollSpeedFactor
is the scroll speed
factor of the double editor infinite scroll view.
Implementation
const ConfigData({
required this.doubleEditorInfiniteScrollViewRange,
required this.doubleEditorInfiniteScrollViewScrollSpeedFactor,
});