menu
intl4x package
documentation
list_format.dart
ListFormatOptions
ListFormatOptions.new const constructor
ListFormatOptions.new const constructor
dark_mode
light_mode
ListFormatOptions
constructor
const
ListFormatOptions
(
{
Type
type
=
Type.and
,
ListStyle
style
=
ListStyle.long
,
})
Implementation
const ListFormatOptions({this.type = Type.and, this.style = ListStyle.long});
intl4x package
documentation
list_format
ListFormatOptions
ListFormatOptions.new const constructor
ListFormatOptions class