menu
flenx package
documentation
app.dart
ServerOptions
ServerOptions.new const constructor
ServerOptions.new const constructor
dark_mode
light_mode
ServerOptions
constructor
const
ServerOptions
(
{
String
?
clientId
,
Map
<
Type
,
ClientTarget
<
Component
>
>
?
clients
,
String
?
stylesId
,
List
<
StyleRule
>
styles
()?,
})
Implementation
const ServerOptions({this.clientId, this.clients, this.stylesId, this.styles});
flenx package
documentation
app
ServerOptions
ServerOptions.new const constructor
ServerOptions class