lineThrough constant
TextDecoration
const lineThrough
Draw a line through each line of text
Implementation
static const TextDecoration lineThrough = TextDecoration._(0x4);
Draw a line through each line of text
static const TextDecoration lineThrough = TextDecoration._(0x4);