menu
flutter_elavon package
documentation
models/gratuity_quick_value.dart
GratuityQuickValue
value property
value property
dark_mode
light_mode
value
property
num
value
final
The value:
For PERCENTAGE: the percentage as a number (e.g., 15 for 15%)
For AMOUNT: the amount in cents (e.g., 200 for $2.00)
Implementation
final num value;
flutter_elavon package
documentation
models/gratuity_quick_value
GratuityQuickValue
value property
GratuityQuickValue class