UIconTextVertical constructor

const UIconTextVertical({
  1. required Widget leading,
  2. required Widget trailing,
  3. Key? key,
  4. double spaceBetween = 8.0,
  5. MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start,
  6. CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center,
  7. MainAxisSize mainAxisSize = MainAxisSize.min,
  8. GestureTapCallback? onTap,
  9. GestureLongPressCallback? onLongPress,
  10. GestureTapCallback? onDoubleTap,
  11. ValueChanged<bool>? onHover,
  12. EdgeInsetsGeometry? padding,
  13. EdgeInsetsGeometry? margin,
  14. double? width,
  15. double? height,
  16. Color? color,
  17. Gradient? gradient,
  18. BoxBorder? border,
  19. double? radius,
  20. List<BoxShadow>? boxShadow,
  21. AlignmentGeometry? alignment,
  22. double? opacity,
  23. String? tooltip,
  24. String? semanticsLabel,
  25. MouseCursor? cursor,
  26. bool splash = false,
  27. double? pressedScale,
  28. bool visible = true,
  29. VoidCallback? onPress,
  30. BoxFit? fit,
  31. AlignmentGeometry fitAlignment = Alignment.center,
  32. double? scale,
  33. double? rotate,
  34. Offset? translate,
  35. bool center = false,
  36. bool safeArea = false,
  37. Axis? scrollable,
  38. ScrollController? scrollController,
  39. TextDirection? textDirection,
  40. int? expanded,
  41. int? flexible,
  42. bool positioned = false,
  43. double? left,
  44. double? top,
  45. double? right,
  46. double? bottom,
  47. double? positionedWidth,
  48. double? positionedHeight,
})

Implementation

const UIconTextVertical({
  required this.leading,
  required this.trailing,
  super.key,
  this.spaceBetween = 8.0,
  this.mainAxisAlignment = MainAxisAlignment.start,
  this.crossAxisAlignment = CrossAxisAlignment.center,
  this.mainAxisSize = MainAxisSize.min,
  this.onTap,
  this.onLongPress,
  this.onDoubleTap,
  this.onHover,
  this.padding,
  this.margin,
  this.width,
  this.height,
  this.color,
  this.gradient,
  this.border,
  this.radius,
  this.boxShadow,
  this.alignment,
  this.opacity,
  this.tooltip,
  this.semanticsLabel,
  this.cursor,
  this.splash = false,
  this.pressedScale,
  this.visible = true,
  this.onPress,
  this.fit,
  this.fitAlignment = Alignment.center,
  this.scale,
  this.rotate,
  this.translate,
  this.center = false,
  this.safeArea = false,
  this.scrollable,
  this.scrollController,
  this.textDirection,
  this.expanded,
  this.flexible,
  this.positioned = false,
  this.left,
  this.top,
  this.right,
  this.bottom,
  this.positionedWidth,
  this.positionedHeight,
});