LayoutSettings constructor
LayoutSettings({})
Returns a new LayoutSettings instance.
Implementation
LayoutSettings({
this.externalAppUrl,
this.externalCssUrl,
required this.name,
this.options = const {},
});
Returns a new LayoutSettings instance.
LayoutSettings({
this.externalAppUrl,
this.externalCssUrl,
required this.name,
this.options = const {},
});