fixedTapeWidth property

double? fixedTapeWidth
final

Can be optionally used to set a fixed width for each tape. If null, the width of each tape will be the width of the active character in the tape. If not null, the width of each tape will be the fixed width provided. Note that this will allow the text's characters to potentially overlap each other.

Implementation

final double? fixedTapeWidth;