menu
surveysparrow_flutter_sdk package
documentation
spot_check_button.dart
SpotCheckButtonUtils
getSizeValue static method
getSizeValue static method
dark_mode
light_mode
getSizeValue
static method
double
getSizeValue
(
String
buttonSize
)
Implementation
static double getSizeValue(String buttonSize) { return sizeMap[buttonSize] ?? sizeMap['medium']!; }
surveysparrow_flutter_sdk package
documentation
spot_check_button
SpotCheckButtonUtils
getSizeValue static method
SpotCheckButtonUtils class