horizontalScrollExtent property

double horizontalScrollExtent
final

How much this widget should get horizontally scrolled. Defaults to 2000

Implementation

// TODO: Change this static value with the calculation horizontal scroll extent based on the pixel length of text of the longest line in textField.
final double horizontalScrollExtent;