args property
Additional arguments to setup path - typically used with custom {HandSignatureDrawer}
Only primitives should be stored in args String, num, List, Map
- just structs that are supported with jsonEncode/jsonDecode converter.
Implementation
final Map<String, dynamic>? args;