FlagPainterBuilder<T extends CustomPainter> typedef

  1. @optionalTypeArgs
FlagPainterBuilder<T extends CustomPainter> = T? Function(ElementsProps? properties, double aspectRatio)

Implementation

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