selectedNumberWidth property

double? selectedNumberWidth
final

Width of the selected number container.

Use this to ensure large numbers (e.g., 1000) don't overflow or break the layout. When null, the width adapts to the content automatically.

Implementation

final double? selectedNumberWidth;