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