PseudoStatefulPlaygroundController constructor
const
PseudoStatefulPlaygroundController({})
Implementation
const PseudoStatefulPlaygroundController({
required this.name,
this.width = 100,
this.height = 100,
this.child,
this.color = Colors.blue,
super.key
});