enableMaterial3 property

Theme enableMaterial3

Implementation

Theme get enableMaterial3 =>
    Theme(data: ThemeData(useMaterial3: true), child: this);