FlagPainterBuilder<T extends CustomPainter> typedef
FlagPainterBuilder<T extends CustomPainter> =
T? Function(ElementsProps? properties, double aspectRatio)
Implementation
@optionalTypeArgs
typedef FlagPainterBuilder<T extends CustomPainter> = T? Function(
ElementsProps? properties,
double aspectRatio,
);