indicatorForUncheckedCheckBox top-level constant

  1. @Deprecated('This string is no longer used internally. It will be removed in a future version.')
String const indicatorForUncheckedCheckBox

As of Markdown 6.0.1 invisible indicators for checked/unchecked checkboxes are no longer used. These constants are now empty strings to reflect that.

Implementation

@Deprecated(
    'This string is no longer used internally.  It will be removed in a future version.')
const indicatorForUncheckedCheckBox = '';