mirrorFlyLightTheme property

MirrorFlyAppTheme mirrorFlyLightTheme

Implementation

static MirrorFlyAppTheme get mirrorFlyLightTheme => MirrorFlyAppTheme(
    primaryColor: buttonBgColor,
    appBarColor: Colors.white,
    colorOnAppbar: Colors.black,
    secondaryColor: notificationTextBgColor,
    scaffoldColor: Colors.white,
    colorOnPrimary: Colors.white,
    textPrimaryColor: Colors.black,
    textSecondaryColor: Colors.black45,
    chatBubblePrimaryColor: ChatBubbleColor(
        color: const Color(0xffe2e8f7),
        textPrimaryColor: Colors.black,
        textSecondaryColor: durationTextColor),
    chatBubbleSecondaryColor: ChatBubbleColor(
        color: const Color(0xffffffff),
        textPrimaryColor: const Color(0xff313131),
        textSecondaryColor: const Color(0xff959595)));