Block constructor
Block({})
Implementation
Block({
Key? key,
this.width = 80.0,
this.height = 80.0,
this.title = "",
this.color = Colors.blueAccent,
this.titleStyle =
const TextStyle(color: Colors.black, fontStyle: FontStyle.normal),
}) : super(key: key);