LogoSourceAttribution constructor

const LogoSourceAttribution(
  1. Widget image, {
  2. Key? key,
  3. VoidCallback? onTap,
  4. String? tooltip,
  5. double height = 24,
})

An image attribution permanently displayed adjacent to the open/close icon of a RichAttributionWidget

Implementation

const LogoSourceAttribution(
  this.image, {
  super.key,
  super.onTap,
  this.tooltip,
  this.height = 24,
}) : super._();