PositionalTransformerBuilder constructor

const PositionalTransformerBuilder({
  1. Key? key,
  2. required ScrollController scrollController,
  3. String? heroTag,
  4. IconData? icon,
  5. String? imageSource,
  6. VoidCallback? onPressed,
  7. Widget? floatingActionButton,
  8. double? topStart,
  9. double? right,
  10. double? left,
  11. bool? isCircleImage,
  12. double? imageRadius,
})

Implementation

const PositionalTransformerBuilder({
  super.key,
  required this.scrollController,
  this.heroTag,
  this.icon,
  this.imageSource,
  this.onPressed,
  this.floatingActionButton,
  this.topStart,
  this.right,
  this.left,
  this.isCircleImage,
  this.imageRadius,
});