tooltip property

void tooltip=(String v)

Implementation

set tooltip(String v) => _add((w) => Tooltip(message: v, child: w));