toFontSize property
double
get
toFontSize
Converts the VProgressSize to a corresponding font size for the circular progress indicator.
Implementation
double get toFontSize => switch (this) {
VProgressSize.small => 18,
VProgressSize.medium => 36,
VProgressSize.large => 54,
};