menu
jaspr package
documentation
server.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
,
List
<
StyleRule
>
styles
()?,
})
Implementation
const ServerOptions({this.clientId, this.clients, this.styles});
jaspr package
documentation
server
ServerOptions
ServerOptions.new const constructor
ServerOptions class