menu
unofficial_capacities package
documentation
utils/properties.dart
Properties
title static method
title static method
dark_mode
light_mode
title
static method
Map
<
String
,
dynamic
>
title
(
String
value
)
Implementation
static Map<String, dynamic> title(String value) => { 'type': 'title', 'title': {'value': value}, };
unofficial_capacities package
documentation
utils/properties
Properties
title static method
Properties class