growingBox property

bool growingBox
final

Only relevant if timePerChar is set. If true, the box will start with the size to fit the first character and grow as more lines are typed. If false, the box will start with the full necessary size from the beginning (both width and height).

Implementation

final bool growingBox;