disableMaterial3 property

Theme disableMaterial3

Implementation

Theme get disableMaterial3 =>
    Theme(data: ThemeData(useMaterial3: false), child: this);