CoreWidget constructor

const CoreWidget({
  1. Key? key,
  2. Map initArgs = const {},
})

Creates a CoreWidget.

Implementation

const CoreWidget({
  super.key,
  this.initArgs = const {},
});