fontSize property
double
get
fontSize
Implementation
double get fontSize {
switch (this) {
case FastButtonSpec.small:
return kFastFontSize12;
case FastButtonSpec.medium:
return kFastFontSize16;
case FastButtonSpec.large:
return kFastFontSize20;
}
}