MobilePOSTheme constructor

const MobilePOSTheme({
  1. required Color primaryColor,
  2. required Color headerTextColor,
  3. required Color onPrimary,
  4. required Color secondaryColor,
})

Implementation

const MobilePOSTheme(
    {required this.primaryColor,
    required this.headerTextColor,
    required this.onPrimary,
    // this.logo,
    required this.secondaryColor});