position property

Offset position
final

The AyahFontsModel that is the target of the long click event.

This is for the downloaded fonts. The position where the dialog should appear on the screen.

This is typically the position of the long click event.

Implementation

// final AyahFontsModel? ayahFonts;

/// The position where the dialog should appear on the screen.
///
/// This is typically the position of the long click event.
final Offset position;