menu
checkout_screen_ui package
documentation
models/price_item.dart
PriceItem
totalPriceCents property
totalPriceCents property
dark_mode
light_mode
totalPriceCents
property
int
get
totalPriceCents
Implementation
int get totalPriceCents => itemCostCents * quantity;
checkout_screen_ui package
documentation
models/price_item
PriceItem
totalPriceCents property
PriceItem class