BaseWidget constructor
const
BaseWidget({})
Implementation
const BaseWidget(
{Key? key,
this.color = Colors.blue,
this.rotateAngle = 0.0,
this.height = 50,
this.width = 50,
this.strokeWidth = 1})
: super(key: key);