CHECKBOX_LIST_STYLE top-level property

TextStyle CHECKBOX_LIST_STYLE
final

Implementation

final CHECKBOX_LIST_STYLE =
    const TextStyle(decoration: TextDecoration.lineThrough)
        .merge(BOLD_TEXT_STYLE);