theme property

void theme=(ThemeData v)

Implementation

set theme(ThemeData v) => _add((w) => Theme(data: v, child: w));