ViewConfigurationDj constructor

ViewConfigurationDj({
  1. dynamic size,
  2. dynamic devicePixelRatio,
  3. dynamic baseWidgetDjType = 'ViewConfiguration',
})

Implementation

ViewConfigurationDj({
this.size, // ignoring defaultValue Size.zero
this.devicePixelRatio, // ignoring defaultValue 1.0
baseWidgetDjType = 'ViewConfiguration',
}) : super(
baseWidgetDjType:baseWidgetDjType,
);