InternalLinkTypeThemeSettings constructor

const InternalLinkTypeThemeSettings({
  1. dynamic extra,
  2. int? clientId,
})

The link is a link to the theme section of the app settings

Implementation

const InternalLinkTypeThemeSettings({
  this.extra,
  this.clientId,
});