JasprBadge.darkTwoTone constructor

const JasprBadge.darkTwoTone({
  1. Key? key,
})

Creates a two-tone "Built with Jaspr" badge with a dark background, blue icon, and light text.

Implementation

const JasprBadge.darkTwoTone({super.key})
  : backgroundColor = _darkBackground,
    textColor = _lightBackground,
    iconColor = _blueForeground;