TeXViewInkWell class
- Implemented types
 
Constructors
- TeXViewInkWell({required TeXViewWidget child, required String id, dynamic onTap(String id)?, bool? rippleEffect, TeXViewStyle? style})
 - 
          
            const
 
Properties
- child → TeXViewWidget
 - 
  A TeXViewWidget as child.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - id → String
 - 
  
  final
 - onTap → dynamic Function(String id)?
 - 
  On Tap Callback when a tap is triggered.
  final
 - rippleEffect → bool?
 - 
  
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - style → TeXViewStyle?
 - 
  Style TeXView Widget with TeXViewStyle.
  final
 
Methods
- 
  meta(
) → TeXViewWidgetMeta  - 
  
  override
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  onTapCallback(
String id) → void  - 
  
  override
 - 
  toJson(
) → Map  - 
  
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited