onLongPress property Null safety
@JsonKey(ignore: true), final
길게 누르고 있을때 호출되는 콜백함수입니다.
Implementation
@JsonKey(ignore: true)
final Function()? onLongPress;
길게 누르고 있을때 호출되는 콜백함수입니다.
@JsonKey(ignore: true)
final Function()? onLongPress;