width property

double width
final

Width of a toggle button length, warning: this is not full length!!
example, width is 50.0 and labels are 1,2 that results of below.
2 (50.0)
So makes a full length 100.0 size toggle buttons include 2 label texts.

Implementation

final double width;