CoreWidget constructor
Abstract implementation of base control widget, that initializes CoreContext and handles state management and lifecycle of given resources.
initArgs
are passed to CoreContext.
Implementation
const CoreWidget({
super.key,
this.initArgs = const {},
});