AppBackIcon constructor

const AppBackIcon({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. String? semanticLabel,
  5. TextDirection? textDirection,
  6. List<Shadow>? shadows,
})

Implementation

const AppBackIcon({
  super.key,
  this.size,
  this.color,
  this.semanticLabel,
  this.textDirection,
  this.shadows,
});