SpaceJamAppBarAction constructor

const SpaceJamAppBarAction(
  1. IconData? icon, {
  2. String? tooltip = "",
  3. VoidCallback? action,
  4. String? semanticLabel,
  5. Key? key,
})

Constructor

Implementation

const SpaceJamAppBarAction(
  this.icon, {
  this.tooltip = "",
  this.action,
  this.semanticLabel,
  Key? key,
}) : super(key: key);