Text constructor
const
Text(
- String value, {
- Style? style,
- Animation? animation,
- EventCallback<
EventDetails< ? onTap,Event> > - PointerEventCallback<
PointerEventDetails> ? onPointerDown, - PointerEventCallback<
PointerEventDetails> ? onPointerUp, - PointerEventCallback<
PointerEventDetails> ? onPointerEnter, - PointerEventCallback<
PointerEventDetails> ? onPointerLeave, - PointerEventCallback<
PointerEventDetails> ? onPointerMove, - PointerEventCallback<
PointerEventDetails> ? onPointerCancel, - PointerEventCallback<
PointerEventDetails> ? onPointerOver, - PointerEventCallback<
PointerEventDetails> ? onPointerOut, - String? key,
- Ref? ref,
Creates a new instance of Text.
Implementation
const Text(
this.value, {
super.style,
super.animation,
super.onTap,
super.onPointerDown,
super.onPointerUp,
super.onPointerEnter,
super.onPointerLeave,
super.onPointerMove,
super.onPointerCancel,
super.onPointerOver,
super.onPointerOut,
super.key,
super.ref,
});