AppleLogoPainter constructor

const AppleLogoPainter({
  1. required Color color,
})

Creates an Apple Logo Painter with the provided color

Implementation

const AppleLogoPainter({
  required this.color,
});