menu
sherkety_widgetbook package
documentation
widgetbook.dart
FieldCodec<T>
FieldCodec const constructor
FieldCodec const constructor
dark_mode
light_mode
FieldCodec<
T
>
constructor
const
FieldCodec<
T
>
(
{
required
String
toParam
(
T
value
),
required
T?
toValue
(
String
?
param
),
})
Implementation
const FieldCodec({ required this.toParam, required this.toValue, });
sherkety_widgetbook package
documentation
widgetbook
FieldCodec<T>
FieldCodec const constructor
FieldCodec class