FlightBadge constructor
Implementation
const FlightBadge(
{super.key,
required this.text,
this.backgroundColor,
this.padding,
this.width,
this.height,
this.textStyle,
this.alignment,
this.borderRadius,
this.constraints,
this.child,
});