dataSize property

DataSize dataSize
final

Controls the display mode of the captcha checkbox.

  • DataSize.normal (default) → Checkbox is visible and shown automatically before captcha execution.
  • DataSize.invisible → Checkbox is hidden; captcha executes without showing the checkbox.

Implementation

final DataSize dataSize;