taxAmount property

double get taxAmount

Implementation

double get taxAmount =>
    includeTax ? subtotalWithMargin * (taxPercent / 100) : 0.0;