underline constant
TextDecoration
const underline
Draw a line underneath each line of text
Implementation
static const TextDecoration underline = TextDecoration._(0x1);
Draw a line underneath each line of text
static const TextDecoration underline = TextDecoration._(0x1);