JasprBadge.dark constructor

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

Creates a "Built with Jaspr" badge with a dark background, light icon, and light text.

Implementation

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