IN 1.0.0 new version how put backgroundColor and TextStyle in the same html? in old version children: <Widget>[ Html( data: controller.html, padding: EdgeInsets.all(2.0), backgroundColor: Colors.grey[300], defaultTextStyle: TextStyle( fontWeight: FontWeight.bold, fontSize: 23), ), but I can't now