AnyInspectLogo constructor

const AnyInspectLogo({
  1. Key? key,
  2. Color color = Colors.grey,
  3. double size = 68,
})

Implementation

const AnyInspectLogo({
  Key? key,
  this.color = Colors.grey,
  this.size = 68,
}) : super(key: key);